Skip to content

Commit 6dc9050

Browse files
committed
ci: bump to Go 1.24
1 parent 4165843 commit 6dc9050

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GOTOOLCHAIN: local
2525
strategy:
2626
matrix:
27-
go: ['1.23', '1.24']
27+
go: ['1.24', '1.25']
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-go@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go: ['1.23', '1.24']
15+
go: ['1.24', '1.25']
1616
steps:
1717
- uses: actions/setup-go@v4
1818
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pires/go-proxyproto
22

3-
go 1.23
3+
go 1.24
44

55
require golang.org/x/net v0.39.0
66

0 commit comments

Comments
 (0)