deps: update golang Docker tag to v1.20.1 (#1190)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-15 10:14:38 +01:00 committed by GitHub
parent 77216f7492
commit 449d0e5b7a
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,4 +1,4 @@
FROM golang:1.20.0@sha256:61dafe97cc20b12faef7a744a1a3e43411c45b9908c3ccf9cadd05566e473e1d as builder
FROM golang:1.20.1@sha256:d19ee8512191c8b8e967246d4a7d0de4f4133a30bd9ce982e9b70a0c596dbf18 as builder
# Download project root dependencies
WORKDIR /workspace

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.0@sha256:61dafe97cc20b12faef7a744a1a3e43411c45b9908c3ccf9cadd05566e473e1d as builder
FROM golang:1.20.1@sha256:d19ee8512191c8b8e967246d4a7d0de4f4133a30bd9ce982e9b70a0c596dbf18 as builder
# Download project root dependencies
WORKDIR /workspace