Skip to content

Commit d6a1024

Browse files
dependabot[bot]willnorris
authored andcommitted
go.mod,.github: update dependencies
This merges together all of the various PRs opened by dependabot. Signed-off-by: Will Norris <[email protected]>
1 parent 7af347e commit d6a1024

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: .github/workflows/linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
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

Diff for: .github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
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

@@ -36,4 +36,4 @@ jobs:
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

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/google/go-querystring
22

33
go 1.10
44

5-
require github.com/google/go-cmp v0.5.9
5+
require github.com/google/go-cmp v0.6.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

0 commit comments

Comments
 (0)