Skip to content

Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 #999

Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0

Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 #999

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: .go-version
- uses: hashicorp/setup-terraform@v3
id: setup-terraform
with:
terraform_wrapper: false
- name: Run tests
run: make test
env:
TF_ACC_TERRAFORM_PATH: ${{ steps.setup-terraform.outputs.terraform_path }}
- name: Build for single target with GoReleaser
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
with:
args: build --clean --snapshot --single-target