Skip to content

Commit

Permalink
Merge pull request #2330 from zhanggbj/bump_go
Browse files Browse the repository at this point in the history
🌱 Bump to Go 1.20.8
  • Loading branch information
k8s-ci-robot authored Sep 7, 2023
2 parents 37f8ab5 + 51bd900 commit df1c3dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6
ARG GOLANG_VERSION=golang:1.20.8
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.7
GO_VERSION ?= 1.20.8
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)

# Use GOPROXY environment variable if set
Expand Down
2 changes: 1 addition & 1 deletion hack/ensure-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

# MIN_GO_VERSION is the minimum, supported Go version.
MIN_GO_VERSION="go${MIN_GO_VERSION:-1.20.6}"
MIN_GO_VERSION="go${MIN_GO_VERSION:-1.20.8}"

# Ensure the go tool exists and is a viable version.
verify_go_version() {
Expand Down

0 comments on commit df1c3dd

Please sign in to comment.