We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c071b9 commit d15b1c7Copy full SHA for d15b1c7
.gitignore
@@ -0,0 +1 @@
1
+dist/
.goreleaser.yaml
@@ -0,0 +1,21 @@
+before:
2
+ hooks:
3
+ - go mod tidy
4
+
5
+gomod:
6
+ proxy: true
7
8
+builds:
9
+- env:
10
+ - CGO_ENABLED=0
11
+ goos:
12
+ - linux
13
+ - darwin
14
+ - windows
15
+ goarch:
16
+ - amd64
17
+ - arm64
18
+ flags:
19
+ - -trimpath
20
+ ldflags:
21
+ - -s -w -X main.Version={{.Version}}
0 commit comments