Skip to content

Commit

Permalink
Merge pull request #1740 from shiftstack/bump-go
Browse files Browse the repository at this point in the history
⚠️  Bump Go to 1.20.10
  • Loading branch information
k8s-ci-robot authored Nov 3, 2023
2 parents 5968640 + 0cbea8c commit ca25160
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ linters-settings:
# https://github.com/golangci/golangci-lint/issues/3228
allow-unused: true
staticcheck:
go: "1.17"
go: "1.20"
stylecheck:
go: "1.17"
go: "1.20"
nestif:
# minimal complexity of if statements to report, 5 by default
# TODO(sbuerin) fix remaining findings and set to 5 after:
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# media type: "application/vnd.oci.image.layer.v1.tar+gzip"

# Build the manager binary
FROM golang:1.19.6 as builder
FROM golang:1.20.10 as builder
WORKDIR /workspace

# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Expand Down
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
FROM golang:1.19.6 as builder
FROM golang:1.20.10 as builder
WORKDIR /workspace

# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

MDBOOK_VERSION := v0.4.5
GOLANG_VERSION := 1.19.6
GOLANG_VERSION := 1.20.10
PLANTUML_VERSION := 1.2022.6
GH_VERSION := 1.2.0

0 comments on commit ca25160

Please sign in to comment.