Skip to content

Commit

Permalink
Merge pull request #118 from nlamirault/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
nlamirault authored Jan 10, 2024
2 parents b2cfd56 + c2e3c26 commit 770261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.17
-
Expand Down

0 comments on commit 770261a

Please sign in to comment.