diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c3a2bd70..f8c72dd2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,30 +4,30 @@ before: builds: - env: - CGO_ENABLED=0 - mod_timestamp: '{{ .CommitTimestamp }}' + mod_timestamp: "{{ .CommitTimestamp }}" flags: - -trimpath ldflags: - - -s -w -X coralogix/provider.providerVersion={{.Version}} + - -s -w -X coralogix/provider.providerVersion={{.Version}} -X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn goos: - darwin - freebsd - linux - windows goarch: - - '386' + - "386" - amd64 - arm - arm64 ignore: - - goarch: '386' + - goarch: "386" goos: darwin - binary: '{{ .ProjectName }}_{{ .Version }}' + binary: "{{ .ProjectName }}_{{ .Version }}" archives: - format: zip - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' + name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" checksum: - name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' + name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS" algorithm: sha256 signs: - artifacts: checksum @@ -43,4 +43,4 @@ release: #disable: true draft: false #changelog: -# disable: true \ No newline at end of file +# disable: true