Skip to content

Commit

Permalink
Merge pull request #607 from k8s-infra-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…99-to-release-1.6

[release-1.6] Bump go version to 1.20.8
  • Loading branch information
leiyiz authored Sep 28, 2023
2 parents c27a1ea + 5b31de0 commit 0f8dc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG BUILDPLATFORM

# Build driver go binary
FROM --platform=$BUILDPLATFORM golang:1.20.7 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder

ARG STAGINGVERSION
ARG TARGETPLATFORM
Expand Down

0 comments on commit 0f8dc66

Please sign in to comment.