Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3.2.0 to 3.2.1 (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 14, 2022
1 parent 5e5bba8 commit 5dba26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: ${{ matrix.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gomod-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
with:
go-version: 1.17

Expand Down

0 comments on commit 5dba26f

Please sign in to comment.