We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ea34b commit 1f7ff85Copy full SHA for 1f7ff85
.github/workflows/ci-go.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version-file: 'go.mod'
23
- run: go mod download
24
- - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
25
test:
26
name: test (Go ${{ matrix.go-version }} / TF ${{ matrix.terraform }})
27
runs-on: ubuntu-latest
0 commit comments