Skip to content

Commit

Permalink
ci: install goversioninfo before build
Browse files Browse the repository at this point in the history
  • Loading branch information
songlim327 committed Oct 4, 2024
1 parent 571b51d commit 74353f3
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 @@ -5,6 +5,7 @@ version: 2
before:
hooks:
- go mod tidy
- go install github.com/josephspurrier/goversioninfo/cmd/[email protected]
- go generate ./...

builds:
Expand Down

0 comments on commit 74353f3

Please sign in to comment.