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 9b51fac commit 0ba79a1Copy full SHA for 0ba79a1
1 file changed
.github/workflows/linter.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
go-version: stable
30
cache-dependency-path: "**/go.sum"
31
- - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
+ - uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
32
33
version: v2.12.2 # sync with version in .custom-gcl.yml
34
- experimental: "automatic-module-directories"
+ experimental: "automatic-module-directories,no-run-logs-group"
35
36
check-openapi:
37
runs-on: ubuntu-latest
0 commit comments