Remove example comments from goreleaser configuration

main
Jan Dittberner 2 years ago
parent c5f436b4d0
commit c92b0455db

@ -1,11 +1,9 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com # Make sure to check the documentation at https://goreleaser.com
project_name: cacert-gosigner project_name: cacert-gosigner
env: env:
- CGO_ENABLED=1 - CGO_ENABLED=1
before: before:
hooks: hooks:
# You may remove this if you don't use go modules.
- go mod tidy - go mod tidy
builds: builds:
- id: linux-amd64 - id: linux-amd64

Loading…
Cancel
Save