Skip to content

Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 #1536

Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3

Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 #1536

Workflow file for this run

name: Check go.mod
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go-mod-tidy:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
- name: Run go mod tidy
run: go mod tidy
- name: Check for local changes
run: git diff --exit-code