fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
Showing only changes of commit 73e7e9e6b0 - Show all commits

View file

@ -66,10 +66,10 @@ runs:
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.2 go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.2
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0 go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
- name: Prepare pkg_gen directory # - name: Prepare pkg_gen directory
shell: bash # shell: bash
run: | # run: |
go run generator/main.go build -p # go run generator/main.go build -p
- name: Run acceptance test file - name: Run acceptance test file
if: ${{ inputs.test_file != '' }} if: ${{ inputs.test_file != '' }}