Skip to content

Commit

Permalink
Update golang version to latest in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bozerkins committed May 9, 2024
1 parent f82c1f8 commit 58400d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.14
go-version: '>=1.22.0'
- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
Expand Down

0 comments on commit 58400d1

Please sign in to comment.