update CI configs
This commit is contained in:
parent
14bca64657
commit
37bd69b675
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: git fetch --force --tags
|
- run: git fetch --force --tags
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '=>1.20'
|
go-version: '1.20'
|
||||||
cache: true
|
cache: true
|
||||||
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
||||||
# on your needs.
|
# on your needs.
|
||||||
|
Loading…
Reference in New Issue
Block a user