File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 # If you change this value, please change it in the following files as well:
2222 # /Dockerfile
2323 # /dev.Dockerfile
24- GO_VERSION : 1.22 .6
24+ GO_VERSION : 1.23 .6
2525
2626jobs :
2727 # #######################
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ linters-settings:
3232 - G402 # Look for bad TLS connection settings.
3333 - G306 # Poor file permissions used when writing to a new file.
3434 staticcheck :
35- go : " 1.22.6"
3635 checks : ["-SA1019"]
3736
3837linters :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ PUBLIC_URL :=
2121# GO_VERSION is the Go version used for the release build, docker files, and
2222# GitHub Actions. This is the reference version for the project. All other Go
2323# versions are checked against this version.
24- GO_VERSION = 1.22 .6
24+ GO_VERSION = 1.23 .6
2525
2626LOOP_COMMIT := $(shell cat go.mod | \
2727 grep $(LOOP_PKG ) | \
You can’t perform that action at this time.
0 commit comments