Skip to content

Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 #1182

Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3

Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 #1182

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
- name: Run build
run: make build