Skip to content

Commit

Permalink
minor changes in .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Nov 10, 2021
1 parent d184f02 commit 3d758d5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
# Check the documentation at https://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
Expand All @@ -16,7 +12,6 @@ builds:
goarch:
- amd64
- arm
main: ./cmd/checkip.go
archives:
- replacements:
# darwin: Darwin
Expand Down

0 comments on commit 3d758d5

Please sign in to comment.