Skip to content

chore: bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 in the terraform group #138

chore: bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 in the terraform group

chore: bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 in the terraform group #138

Workflow file for this run

name: lint
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: '.go-version'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
args: --timeout=5m