Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.2.0 to 3.2.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 19, 2022
1 parent c10a513 commit 14aae82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 14aae82

Please sign in to comment.