We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11edbb7 commit 7177c62Copy full SHA for 7177c62
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Set up Go
29
uses: actions/setup-go@v2
30
with:
31
- go-version: 1.16
+ go-version: 1.18
32
-
33
name: Import GPG key
34
id: import_gpg
.goreleaser.yml
@@ -26,10 +26,12 @@ builds:
26
- arm
27
- arm64
ignore:
- - goos: darwin
- goarch: '386'
- - goos: freebsd
+ - goarch: arm
+ goos: windows
+ - goarch: arm64
+ goos: freebsd
35
binary: '{{ .ProjectName }}_v{{ .Version }}'
36
archives:
37
- files:
0 commit comments