Skip to content

Commit

Permalink
Merge pull request #96 from timbray/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-3.3.0

chore(deps): bump actions/setup-go from 3.2.1 to 3.3.0
  • Loading branch information
timbray authored Aug 24, 2022
2 parents f541eee + 58b8d58 commit 73d4158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 1

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down

0 comments on commit 73d4158

Please sign in to comment.