chore(deps): updated goreleaser github action for latest version
This commit is contained in:
parent
49736909d1
commit
5615e02b9f
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Visit https://goreleaser.com for documentation on how to customize this
|
# Visit https://goreleaser.com for documentation on how to customize this
|
||||||
# behavior.
|
# behavior.
|
||||||
|
version: 2
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
# this is just an example and not a requirement for provider building/publishing
|
# this is just an example and not a requirement for provider building/publishing
|
||||||
|
@ -7,7 +8,7 @@ before:
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
# goreleaser does not work with CGO, it could also complicate
|
# goreleaser does not work with CGO, it could also complicate
|
||||||
# usage by users in CI/CD systems like Terraform Cloud where
|
# usage by users in CI/CD systems like HCP Terraform where
|
||||||
# they are unable to install libraries.
|
# they are unable to install libraries.
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
mod_timestamp: '{{ .CommitTimestamp }}'
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
||||||
|
@ -52,4 +53,4 @@ release:
|
||||||
# If you want to manually examine the release before its live, uncomment this line:
|
# If you want to manually examine the release before its live, uncomment this line:
|
||||||
# draft: true
|
# draft: true
|
||||||
changelog:
|
changelog:
|
||||||
skip: true
|
disable: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue