Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed May 10, 2021
1 parent 84b5a82 commit 63edf98
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 63edf98

Please sign in to comment.