Skip to content

Commit e935ccf

Browse files
committed
build: bump Go to 1.24.6
1 parent f858c72 commit e935ccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
shell: bash
1414

1515
env:
16-
GO_VERSION: 1.23.6
16+
GO_VERSION: 1.24.6
1717

1818
jobs:
1919
build:

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: "1.23"
3+
go: "1.24"
44
linters:
55
default: all
66
disable:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ require (
195195
// allows us to specify that as an option.
196196
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
197197

198-
go 1.23.6
198+
go 1.24.6

0 commit comments

Comments
 (0)