diff --git a/.goreleaser.yml b/.goreleaser.yml index 7f766ffd..f20e631d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ env: - CGO_ENABLED=1 + builds: - id: vale-darwin-amd64 main: ./cmd/vale @@ -181,3 +182,8 @@ chocolateys: # to chocolatey repository, leaving the responsability of publishing it to # the user. skip_publish: false + + dependencies: + # Required for treesitter/cgo. + - id: mingw + version: 13.2.0