Skip to content

Commit 36b2321

Browse files
committed
build,test: bump Go to v1.24
1 parent b80167f commit 36b2321

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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
go: ['1.19', '1.20']
25+
go: ['1.24']
2626
steps:
2727
- uses: actions/setup-go@v5
2828
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
go: ['1.19', '1.20']
13+
go: ['1.23', '1.24']
1414
steps:
1515
- uses: actions/setup-go@v3
1616
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.18
3+
go 1.24
44

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

0 commit comments

Comments
 (0)