deps: update go to 1.20.3 (#1622)

Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-04-12 14:04:23 +02:00 committed by GitHub
parent d56b0ef75f
commit 9f8f320ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 34 deletions

View file

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.2@sha256:2101aa981e68ab1e06e3d4ac35ae75ed122f0380e5331e3ae4ba7e811bf9d256 as builder
FROM golang:1.20.3@sha256:23050c2510e0a920d66b48afdc40043bcfe2e25d044a2d7b33475632d83ab6c7 as builder
# Download project root dependencies
WORKDIR /workspace