Skip to content

Commit 0ba79a1

Browse files
committed
build(deps): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0
1 parent 9b51fac commit 0ba79a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
go-version: stable
3030
cache-dependency-path: "**/go.sum"
31-
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
31+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
3232
with:
3333
version: v2.12.2 # sync with version in .custom-gcl.yml
34-
experimental: "automatic-module-directories"
34+
experimental: "automatic-module-directories,no-run-logs-group"
3535

3636
check-openapi:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)