Skip to content

Commit 7177c62

Browse files
committedJul 12, 2022
Upgrade building release go verison to 1.18 and Update goreleaser
1 parent 11edbb7 commit 7177c62

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.16
31+
go-version: 1.18
3232
-
3333
name: Import GPG key
3434
id: import_gpg

‎.goreleaser.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ builds:
2626
- arm
2727
- arm64
2828
ignore:
29-
- goos: darwin
30-
goarch: '386'
31-
- goos: freebsd
32-
goarch: '386'
29+
- goarch: arm
30+
goos: windows
31+
- goarch: arm64
32+
goos: freebsd
33+
- goarch: arm64
34+
goos: windows
3335
binary: '{{ .ProjectName }}_v{{ .Version }}'
3436
archives:
3537
- files:

0 commit comments

Comments
 (0)
Please sign in to comment.