multi: go version bump to 1.23.6

We update the go version in our go.mod, for our linter,
GH workflows and makefile.
This commit is contained in:
Elle Mouton 2025-03-06 16:18:19 +02:00
parent 14628327d0
commit 6c82db3fb3
No known key found for this signature in database
GPG key ID: D7D916376026F177
4 changed files with 3 additions and 4 deletions

View file

@ -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:
########################

View file

@ -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:

View file

@ -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) | \

2
go.mod
View file

@ -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