Skip to content

Commit

Permalink
update CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
CybersShell committed Jul 2, 2023
1 parent 14bca64 commit 37bd69b
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 @@ -19,9 +19,9 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '=>1.20'
go-version: '1.20'
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
Expand Down

0 comments on commit 37bd69b

Please sign in to comment.