We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9666f08 commit ba68d63Copy full SHA for ba68d63
1 file changed
.goreleaser.yaml
@@ -1,8 +1,3 @@
1
-# This is an example .goreleaser.yml file with some sensible defaults.
2
-# Make sure to check the documentation at https://goreleaser.com
3
-
4
-# The lines below are called `modelines`. See `:help modeline`
5
-# Feel free to remove those if you don't want/need to use them.
6
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
@@ -12,8 +7,6 @@ before:
12
hooks:
13
# You may remove this if you don't use go modules.
14
9
- go mod tidy
15
- # you may remove this if you don't need go generate
16
- - go generate ./...
17
10
18
11
builds:
19
- env:
0 commit comments