Skip to content

build(deps): Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 #2360

build(deps): Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4

build(deps): Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 #2360

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.54