Skip to content

Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 #2063

Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0

Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 #2063

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run test
run: go test ./...