Skip to content

[PR #45/9f9e7326 backport][stable-1] Upgrade github.com/hashicorp/go-hclog and fix workflow generate_docs #180

[PR #45/9f9e7326 backport][stable-1] Upgrade github.com/hashicorp/go-hclog and fix workflow generate_docs

[PR #45/9f9e7326 backport][stable-1] Upgrade github.com/hashicorp/go-hclog and fix workflow generate_docs #180

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54