Skip to content

fix(deps): update module github.com/hashicorp/terraform-json to v0.20.0 #50

fix(deps): update module github.com/hashicorp/terraform-json to v0.20.0

fix(deps): update module github.com/hashicorp/terraform-json to v0.20.0 #50

Workflow file for this run

name: Continous Integration
on: [push, pull_request]
jobs:
build-and-unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.19"
- run: make build test