diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 50d77a43fc9c..27bed3883c84 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 \ No newline at end of file