Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-framework-jsontypes from 0.1.0 to 0.2.0 #64

build(deps): bump github.com/hashicorp/terraform-plugin-framework-jsontypes from 0.1.0 to 0.2.0

build(deps): bump github.com/hashicorp/terraform-plugin-framework-jsontypes from 0.1.0 to 0.2.0 #64

name: Build and test
on: [pull_request]
permissions:
contents: read # for checkout
jobs:
gorelease:
runs-on: ubuntu-latest
environment:
name: release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.x
- name: Build app
run: make build
- name: Test app
run: make testacc