We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100b6ff commit c37bdffCopy full SHA for c37bdff
.goreleaser.yml
@@ -7,7 +7,7 @@ builds:
7
- CGO_ENABLED=0
8
- GOFLAGS = -mod=vendor
9
- GO111MODULE = on
10
- - GIT_OWNER = t0tt1
+ - GIT_OWNER = yannh
11
ldflags:
12
- -extldflags "-static"
13
goos:
@@ -48,4 +48,4 @@ signs:
48
release:
49
extra_files:
50
- glob: 'terraform-registry-manifest.json'
51
- name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
+ name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
0 commit comments