Skip to content

fix(deps): update module github.com/zclconf/go-cty to v1.15.0 #171

fix(deps): update module github.com/zclconf/go-cty to v1.15.0

fix(deps): update module github.com/zclconf/go-cty to v1.15.0 #171

Workflow file for this run

name: Run Go tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...