File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# Build the manager binary
18
- ARG GOLANG_VERSION=golang:1.20.6
18
+ ARG GOLANG_VERSION=golang:1.20.8
19
19
FROM --platform=${BUILDPLATFORM} ${GOLANG_VERSION} as builder
20
20
WORKDIR /workspace
21
21
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
23
23
#
24
24
# Go.
25
25
#
26
- GO_VERSION ?= 1.20.7
26
+ GO_VERSION ?= 1.20.8
27
27
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION )
28
28
29
29
# Use GOPROXY environment variable if set
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
19
19
set -o pipefail
20
20
21
21
# 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 } "
23
23
24
24
# Ensure the go tool exists and is a viable version.
25
25
verify_go_version () {
You can’t perform that action at this time.
0 commit comments