Skip to content

Commit

Permalink
explicit go version for deploy
Browse files Browse the repository at this point in the history
update action version ref
  • Loading branch information
Gianni Young committed Apr 25, 2024
1 parent 64b0cef commit da6a460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
- uses: wangyoucao577/go-release-action@v1.50
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goversion: latest
goversion: "1.21"

0 comments on commit da6a460

Please sign in to comment.