Skip to content

Commit

Permalink
Merge pull request #10 from gowon-irc/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v3
  • Loading branch information
surskitt authored Mar 13, 2022
2 parents 8b0e9a4 + 88e81d2 commit 9a44d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17

Expand Down

0 comments on commit 9a44d2a

Please sign in to comment.