update: ci go version
Some checks failed
Release / release (push) Failing after 12s

This commit is contained in:
cdryzun 2023-09-23 18:58:10 +08:00
parent a6d2bb055a
commit f22e2d87e4

View File

@ -9,7 +9,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/setup-go@v3
with: { go-version: 1.20 }
with: { go-version: 1.23 }
- run: go install github.com/go-task/task/v3/cmd/task@latest
- run: apt update && apt-get install zip
- uses: actions/checkout@v3