Skip to content

Commit

Permalink
Merge pull request #46 from gemcook/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v3
  • Loading branch information
ShinsakuYagi committed Aug 4, 2022
2 parents 4fc4e33 + 2ea616a commit 805d435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.18
- name: lint
Expand Down

0 comments on commit 805d435

Please sign in to comment.