Skip to content

Commit

Permalink
build: update before hooks for go mod tidy, govulncheck and `gola…
Browse files Browse the repository at this point in the history
…ngci-lint`
  • Loading branch information
maier committed Nov 28, 2023
1 parent 350a23b commit 5586f29
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ project_name: circonus-unified-agent
before:
hooks:
- go mod tidy
- ./build_lint.sh
- golangci-lint run
- cmd: golangci-lint run
env:
- GOOS=linux
- cmd: golangci-lint run
env:
- GOOS=windows
- cmd: golangci-lint run
env:
- GOOS=freebsd
- govulncheck ./...

builds:
- id: cua
Expand Down

0 comments on commit 5586f29

Please sign in to comment.