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 b80167f commit 36b2321Copy full SHA for 36b2321
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- go: ['1.19', '1.20']
+ go: ['1.24']
26
steps:
27
- uses: actions/setup-go@v5
28
with:
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
fail-fast: false
12
13
+ go: ['1.23', '1.24']
14
15
- uses: actions/setup-go@v3
16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pires/go-proxyproto
2
3
-go 1.18
+go 1.24
4
5
require golang.org/x/net v0.36.0
6
0 commit comments