File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
strategy :
24
24
matrix :
25
- go : ['1.19', '1.20 ']
25
+ go : ['1.24 ']
26
26
steps :
27
27
- uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ matrix.go }}
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
32
32
- name : Format
33
33
run : go fmt
Original file line number Diff line number Diff line change 9
9
release :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Release
14
- uses : softprops/action-gh-release@v1
14
+ uses : softprops/action-gh-release@v2
15
15
with :
16
16
generate_release_notes : true
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- go : ['1.19 ', '1.20 ']
13
+ go : ['1.23 ', '1.24 ']
14
14
steps :
15
- - uses : actions/setup-go@v3
15
+ - uses : actions/setup-go@v4
16
16
with :
17
17
go-version : ${{ matrix.go }}
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Get dependencies
21
21
run : |
26
26
run : go test -race -v -covermode=atomic -coverprofile=coverage.out
27
27
28
28
- name : Send coverage
29
- uses : shogo82148/actions-goveralls@v1
29
+ uses : shogo82148/actions-goveralls@v2
30
30
with :
31
31
github-token : ${{ secrets.GITHUB_TOKEN }}
32
32
path-to-profile : coverage.out
38
38
needs : test
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : shogo82148/actions-goveralls@v1
41
+ - uses : shogo82148/actions-goveralls@v2
42
42
with :
43
43
parallel-finished : true
Original file line number Diff line number Diff line change 1
1
module github.com/pires/go-proxyproto
2
2
3
- go 1.18
3
+ go 1.23
4
4
5
- require golang.org/x/net v0.36 .0
5
+ require golang.org/x/net v0.39 .0
6
6
7
- require golang.org/x/text v0.22 .0 // indirect
7
+ require golang.org/x/text v0.24 .0 // indirect
Original file line number Diff line number Diff line change 1
- golang.org/x/net v0.36 .0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
2
- golang.org/x/net v0.36 .0 /go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I =
3
- golang.org/x/text v0.22 .0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
4
- golang.org/x/text v0.22 .0 /go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
1
+ golang.org/x/net v0.39 .0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY =
2
+ golang.org/x/net v0.39 .0 /go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E =
3
+ golang.org/x/text v0.24 .0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0 =
4
+ golang.org/x/text v0.24 .0 /go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU =
You can’t perform that action at this time.
0 commit comments