This commit is contained in:
ginuerzh
2023-02-04 18:48:20 +08:00
parent 62ca8ff2de
commit a80dec0dc1
4 changed files with 21 additions and 18 deletions

View File

@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.