chore: update go version in test (#4347)

This commit is contained in:
Kevin Wan 2024-09-01 16:19:31 +08:00 committed by GitHub
parent e94be9b302
commit c92f788292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,10 @@ jobs:
- uses: actions/checkout@v4
- uses: zeromicro/go-zero-release-action@master
with:
go-version-file: go.mod
check-latest: true
cache: true
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.20.14.linux-amd64.tar.gz"
project_path: "tools/goctl"
binary_name: "goctl"
extra_files: tools/goctl/readme.md tools/goctl/readme-cn.md