diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3442c8a..0928ee74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ env: # If you change this value, please change it in the following files as well: # /Dockerfile # /dev.Dockerfile - GO_VERSION: 1.22.6 + GO_VERSION: 1.23.6 jobs: ######################## diff --git a/.golangci.yml b/.golangci.yml index 62cf7fa1..27078052 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -32,7 +32,6 @@ linters-settings: - G402 # Look for bad TLS connection settings. - G306 # Poor file permissions used when writing to a new file. staticcheck: - go: "1.22.6" checks: ["-SA1019"] linters: diff --git a/Makefile b/Makefile index 648adf0b..9e9ebcd5 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ PUBLIC_URL := # GO_VERSION is the Go version used for the release build, docker files, and # GitHub Actions. This is the reference version for the project. All other Go # versions are checked against this version. -GO_VERSION = 1.22.6 +GO_VERSION = 1.23.6 LOOP_COMMIT := $(shell cat go.mod | \ grep $(LOOP_PKG) | \ diff --git a/go.mod b/go.mod index 6af4118f..d6bcb832 100644 --- a/go.mod +++ b/go.mod @@ -238,4 +238,4 @@ replace ( // taproot-assets dependency to function properly. replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display -go 1.22.6 +go 1.23.6