Skip to content

Commit

Permalink
Use latest version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Feb 27, 2025
1 parent 9d0d898 commit c0dcb9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: "set build date"
run: echo "BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.31
- uses: wangyoucao577/go-release-action@v1.53
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
goversion: 1.18
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./cmd/"
Expand Down

0 comments on commit c0dcb9b

Please sign in to comment.