Skip to content

deps: update module github.com/hashicorp/go-hclog to v1.6.3 #330

deps: update module github.com/hashicorp/go-hclog to v1.6.3

deps: update module github.com/hashicorp/go-hclog to v1.6.3 #330

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v4
with:
version: v1.57.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
# In general linting is quite fast with warm caches, but a fresh run might
# take some time.
args: --timeout 5m