Skip to content

Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.4 #103

Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.4

Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.4 #103

Workflow file for this run

name: lint and test
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
skip-cache: true
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v4
- name: Run tests
run: make test