deps: update golang Docker tag to v1.20.2 (#1370)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-08 10:41:52 +01:00 committed by GitHub
parent 64fc43f276
commit 262e5674a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.1@sha256:b03e75040e516c6e349e27a0f64a99883728958b38e744ea0293389e3643ecbb as builder
FROM golang:1.20.2@sha256:bd4a3e7eee6d6ea30b2e27d6c1ac3c56809e78e08c7e44ddf91f8c741091f5ad as builder
# Download project root dependencies
WORKDIR /workspace