File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
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 ) | \
Original file line number Diff line number Diff line change @@ -238,4 +238,4 @@ replace (
238238// taproot-assets dependency to function properly.
239239replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
240240
241- go 1.22 .6
241+ go 1.23 .6
You can’t perform that action at this time.
0 commit comments