Skip to content

Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.10.0 #195

Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.10.0

Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.10.0 #195

Workflow file for this run

on:
pull_request:
branches:
- 'main'
push:
paths:
- ".github/workflows/tests.yaml"
- "**.go"
- "go.mod"
- "go.sum"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Go vet
run: go vet ./...
- name: Go test
run: go test ./...