Skip to content

Commit e8cdc5c

Browse files
sionsmithclaude
andcommitted
fix(ci): Add Terraform setup and fix goreleaser deprecation
- Add hashicorp/setup-terraform for go generate docs - Change archives.format to archives.formats (v2 syntax) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7085010 commit e8cdc5c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
go-version-file: 'go.mod'
2626
cache: true
2727

28+
- name: Set up Terraform
29+
uses: hashicorp/setup-terraform@v3
30+
with:
31+
terraform_wrapper: false
32+
2833
- name: Import GPG key
2934
uses: crazy-max/ghaction-import-gpg@v6
3035
id: import_gpg

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ builds:
3939
binary: '{{ .ProjectName }}_v{{ .Version }}'
4040

4141
archives:
42-
- format: zip
42+
- formats:
43+
- zip
4344
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
4445

4546
checksum:

0 commit comments

Comments
 (0)