Skip to content

Commit 2bdec68

Browse files
committed
update release artifact builder go version
1 parent 81ab9fd commit 2bdec68

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- goarch: arm64
1515
goos: windows
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: wangyoucao577/go-release-action@v1.30
19-
with:
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
goos: ${{ matrix.goos }}
22-
goarch: ${{ matrix.goarch }}
23-
goversion: "https://go.dev/dl/go1.18.4.linux-amd64.tar.gz"
24-
extra_files: LICENSE README.md
25-
sha256sum: true
17+
- uses: actions/checkout@v3
18+
- uses: wangyoucao577/go-release-action@v1.30
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
goos: ${{ matrix.goos }}
22+
goarch: ${{ matrix.goarch }}
23+
goversion: "https://go.dev/dl/go1.19.4.linux-amd64.tar.gz"
24+
extra_files: LICENSE README.md
25+
sha256sum: true

0 commit comments

Comments
 (0)