Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

build(deps): bump github.com/zclconf/go-cty from 1.13.2 to 1.14.1 #61

build(deps): bump github.com/zclconf/go-cty from 1.13.2 to 1.14.1

build(deps): bump github.com/zclconf/go-cty from 1.13.2 to 1.14.1 #61

Workflow file for this run

name: verify
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read # for actions/checkout to fetch code
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache-dependency-path: |
**/go.sum
**/go.mod
- name: Verify
run: make verify