Skip to content

Commit 6c82db3

Browse files
committed
multi: go version bump to 1.23.6
We update the go version in our go.mod, for our linter, GH workflows and makefile.
1 parent 1462832 commit 6c82db3

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
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

2626
jobs:
2727
########################

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3837
linters:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
LOOP_COMMIT := $(shell cat go.mod | \
2727
grep $(LOOP_PKG) | \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ replace (
238238
// taproot-assets dependency to function properly.
239239
replace 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

0 commit comments

Comments
 (0)