Skip to content

Commit df1c3dd

Browse files
authored
Merge pull request #2330 from zhanggbj/bump_go
🌱 Bump to Go 1.20.8
2 parents 37f8ab5 + 51bd900 commit df1c3dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the manager binary
18-
ARG GOLANG_VERSION=golang:1.20.6
18+
ARG GOLANG_VERSION=golang:1.20.8
1919
FROM --platform=${BUILDPLATFORM} ${GOLANG_VERSION} as builder
2020
WORKDIR /workspace
2121

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
2323
#
2424
# Go.
2525
#
26-
GO_VERSION ?= 1.20.7
26+
GO_VERSION ?= 1.20.8
2727
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2828

2929
# Use GOPROXY environment variable if set

hack/ensure-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

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

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

0 commit comments

Comments
 (0)