Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent eb74823 commit e467bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
# renovate: go
go-version: 1.17.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
# renovate: go
go-version: 1.17.5
Expand Down

0 comments on commit e467bfc

Please sign in to comment.