Skip to content

Commit

Permalink
feat: update go-release-action version for bkpaas-cli (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux authored Oct 11, 2024
1 parent 9db6e74 commit 403c2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v3

- name: release go binaries
uses: wangyoucao577/go-release-action@v1.37
uses: wangyoucao577/go-release-action@v1.51
with:
github_token: ${{ secrets.REPO_RELEASE_ACCESS_TOKEN }}
goversion: "1.20"
goversion: "1.22.8"
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: bkpaas-cli
Expand Down

0 comments on commit 403c2df

Please sign in to comment.