File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : golangci-lint
15
- uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4 .0
15
+ uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0 .0
16
16
with :
17
17
version : v1.52.2
Original file line number Diff line number Diff line change 26
26
runs-on : ${{ matrix.platform }}
27
27
28
28
steps :
29
- - uses : actions/checkout@v3
30
- - uses : actions/setup-go@v4
29
+ - uses : actions/checkout@v4
30
+ - uses : actions/setup-go@v5
31
31
with :
32
32
go-version : ${{ matrix.go-version }}
33
33
36
36
37
37
- name : Upload coverage to Codecov
38
38
if : ${{ matrix.update-coverage }}
39
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3 .1.5
39
+ uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4 .1.0
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/google/go-querystring
2
2
3
3
go 1.10
4
4
5
- require github.com/google/go-cmp v0.5.9
5
+ require github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change 1
- github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2
- github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1
+ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
2
+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
You can’t perform that action at this time.
0 commit comments