Skip to content

Commit

Permalink
Fix goreleaser dependencies. (#3261)
Browse files Browse the repository at this point in the history
Goreleaser needs oapi-codegen installed to run go generate. This
change adds an additional before-hook to address that.
  • Loading branch information
blkt committed May 7, 2024
1 parent 78e58d8 commit 476d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project_name: minder
before:
hooks:
- go mod tidy
- go generate ./tools/tools.go
- go generate ./...
# This section defines the build matrix.
builds:
Expand Down

0 comments on commit 476d161

Please sign in to comment.