workgroups/vendor/github.com/goreleaser/chglog/.goreleaser.yml
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

17 lines
204 B
YAML

env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod tidy
builds:
- main: ./cmd/chglog
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64