Skip to content

Commit

Permalink
πŸš€ simplify .goreleaser.yaml
Browse files Browse the repository at this point in the history
Removed unused hooks (`go mod tidy` and `go generate ./...`) from the `before` section. This commit simplifies the configuration file to improve readability.
  • Loading branch information
marocchino committed Mar 30, 2023
1 parent cf2aca9 commit bce848d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to 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 Down

0 comments on commit bce848d

Please sign in to comment.