Skip to content

Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 (#477) #40

Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 (#477)

Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 (#477) #40

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: '^1.25.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1