Skip to content

Commit 322acc8

Browse files
authored
Adjust settings for goreleaser (#2)
1 parent cd27b6e commit 322acc8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ Temporary Items
5757

5858
# End of https://www.toptal.com/developers/gitignore/api/osx,go
5959
dist/
60+
.envrc

.goreleaser.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ before:
55
hooks:
66
# You may remove this if you don't use go modules.
77
- go mod tidy
8-
# you may remove this if you don't need go generate
9-
- go generate ./...
108
builds:
119
- env:
1210
- CGO_ENABLED=0

0 commit comments

Comments
 (0)