Skip to content

Commit 5c8010d

Browse files
committed
build: drop Go 1.24 (EOL) in favor of 1.26
1 parent d979e74 commit 5c8010d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.24', '1.25']
27+
go: ['1.25', '1.26']
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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go: ['1.24', '1.25']
14+
go: ['1.25', '1.26']
1515
steps:
1616
- uses: actions/setup-go@v4
1717
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.24
3+
go 1.25
44

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

0 commit comments

Comments
 (0)