Skip to content

Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 #999

Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1

Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 #999

name: generated-code
on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: go generate and diff checks
run: go generate ./... && git diff --exit-code