Skip to content

Commit

Permalink
chore: update go version in test (#4347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 1, 2024
1 parent e94be9b commit c92f788
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c92f788

Please sign in to comment.