Skip to content

Commit

Permalink
Merge pull request #9 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 d292b86 + 79e9fb0 commit dffc198
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 dffc198

Please sign in to comment.