File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : golangci-lint
15- uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4 .0
15+ uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0 .0
1616 with :
1717 version : v1.52.2
Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.platform }}
2727
2828 steps :
29- - uses : actions/checkout@v3
30- - uses : actions/setup-go@v4
29+ - uses : actions/checkout@v4
30+ - uses : actions/setup-go@v5
3131 with :
3232 go-version : ${{ matrix.go-version }}
3333
3636
3737 - name : Upload coverage to Codecov
3838 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
22
33go 1.10
44
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