There was an error while loading. Please reload this page.
1 parent 4165843 commit 6dc9050Copy full SHA for 6dc9050
3 files changed
.github/workflows/golangci-lint.yml
@@ -24,7 +24,7 @@ jobs:
24
GOTOOLCHAIN: local
25
strategy:
26
matrix:
27
- go: ['1.23', '1.24']
+ go: ['1.24', '1.25']
28
steps:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-go@v5
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
fail-fast: false
14
15
16
17
- uses: actions/setup-go@v4
18
with:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pires/go-proxyproto
2
3
-go 1.23
+go 1.24
4
5
require golang.org/x/net v0.39.0
6
0 commit comments