Skip to content

Commit c3a2310

Browse files
Merge branch 'main' into renovate/github.com-docker-docker-28.x
2 parents c8c229e + b9b2cdd commit c3a2310

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
restore-keys: |
3030
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v7
32+
uses: golangci/golangci-lint-action@v8
3333
with:
34-
version: v2.1.6
34+
version: v2.3.0
3535
args: --verbose

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ linters:
6767
disabled: true
6868
- name: unchecked-type-assertion
6969
disabled: true
70+
- name: enforce-switch-style
71+
disabled: true
7072
exclusions:
7173
generated: lax
7274
presets:

0 commit comments

Comments
 (0)