Skip to content

Commit

Permalink
update release artifact builder go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Dec 14, 2022
1 parent 81ab9fd commit 2bdec68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.30
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://go.dev/dl/go1.18.4.linux-amd64.tar.gz"
extra_files: LICENSE README.md
sha256sum: true
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.30
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://go.dev/dl/go1.19.4.linux-amd64.tar.gz"
extra_files: LICENSE README.md
sha256sum: true

0 comments on commit 2bdec68

Please sign in to comment.