Skip to content

Commit

Permalink
release workflow update versions
Browse files Browse the repository at this point in the history
Bump actions/setup-go from 3 to 5
  • Loading branch information
8naama committed Jul 29, 2024
2 parents 0386830 + 49a00a0 commit 2a13461
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 @@ -11,7 +11,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '1.19'
- name: Import GPG key
Expand Down

0 comments on commit 2a13461

Please sign in to comment.