update go.mod

This commit is contained in:
ginuerzh
2024-04-25 21:50:49 +08:00
parent 9ab142ac99
commit 60389894c0
4 changed files with 73 additions and 59 deletions

View File

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