Skip to content

Commit

Permalink
Update actions/setup-go action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 28, 2022
1 parent c707128 commit ef981c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run linter
uses: aminueza/go-github-action/lint@master
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.16.x
id: go
Expand Down

0 comments on commit ef981c4

Please sign in to comment.