Skip to content

Commit 09944a2

Browse files
Updated goreleaser config
1 parent c29a09e commit 09944a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
random_data_load*
22
vendor/
33
bin/*
4+
dist/*

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
before:
44
hooks:
55
# you may remove this if you don't use vgo
6-
- go mod tidy
6+
# - go mod tidy
77
# you may remove this if you don't need go generate
8-
- go generate ./...
8+
# - go generate ./...
99
builds:
1010
- env:
1111
- CGO_ENABLED=0

0 commit comments

Comments
 (0)