We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858c72 commit e935ccfCopy full SHA for e935ccf
.github/workflows/main.yml
@@ -13,7 +13,7 @@ defaults:
13
shell: bash
14
15
env:
16
- GO_VERSION: 1.23.6
+ GO_VERSION: 1.24.6
17
18
jobs:
19
build:
.golangci.yml
@@ -1,6 +1,6 @@
1
version: "2"
2
run:
3
- go: "1.23"
+ go: "1.24"
4
linters:
5
default: all
6
disable:
go.mod
@@ -195,4 +195,4 @@ require (
195
// allows us to specify that as an option.
196
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
197
198
-go 1.23.6
+go 1.24.6
0 commit comments