Skip to content

Commit ca25160

Browse files
authored
Merge pull request kubernetes-sigs#1740 from shiftstack/bump-go
⚠️ Bump Go to 1.20.10
2 parents 5968640 + 0cbea8c commit ca25160

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ linters-settings:
130130
# https://github.com/golangci/golangci-lint/issues/3228
131131
allow-unused: true
132132
staticcheck:
133-
go: "1.17"
133+
go: "1.20"
134134
stylecheck:
135-
go: "1.17"
135+
go: "1.20"
136136
nestif:
137137
# minimal complexity of if statements to report, 5 by default
138138
# TODO(sbuerin) fix remaining findings and set to 5 after:

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# media type: "application/vnd.oci.image.layer.v1.tar+gzip"
2525

2626
# Build the manager binary
27-
FROM golang:1.19.6 as builder
27+
FROM golang:1.20.10 as builder
2828
WORKDIR /workspace
2929

3030
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy

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-
FROM golang:1.19.6 as builder
18+
FROM golang:1.20.10 as builder
1919
WORKDIR /workspace
2020

2121
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
MDBOOK_VERSION := v0.4.5
16-
GOLANG_VERSION := 1.19.6
16+
GOLANG_VERSION := 1.20.10
1717
PLANTUML_VERSION := 1.2022.6
1818
GH_VERSION := 1.2.0

0 commit comments

Comments
 (0)