Skip to content

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0 #206

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0

fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0 #206

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_and_test:
name: Build and Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
cache: true
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...