Skip to content

Commit

Permalink
Merge pull request #2542 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2538-to-release-1.5

[release-1.5] 🌱 Bump to Go 1.20.12
  • Loading branch information
k8s-ci-robot authored Dec 11, 2023
2 parents f21c4b2 + 3fe1201 commit 08c1ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Build the manager binary
ARG GOLANG_VERSION=golang:1.20.11
ARG GOLANG_VERSION=golang:1.20.12
FROM --platform=${BUILDPLATFORM} ${GOLANG_VERSION} as builder
WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
#
# Go.
#
GO_VERSION ?= 1.20.11
GO_VERSION ?= 1.20.12
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)

# Use GOPROXY environment variable if set
Expand Down

0 comments on commit 08c1ed2

Please sign in to comment.