Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.0 to 2.38.2 #887

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.0 to 2.38.2

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.0 to 2.38.2 #887

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
-
name: Test
run: go test -v ./...
-
name: Build (test)
run: ./scripts/testbuild.sh