There was an error while loading. Please reload this page.
2 parents c8c229e + b9b2cdd commit c3a2310Copy full SHA for c3a2310
2 files changed
.github/workflows/lint_golang.yml
@@ -29,7 +29,7 @@ jobs:
29
restore-keys: |
30
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
33
with:
34
- version: v2.1.6
+ version: v2.3.0
35
args: --verbose
.golangci.yml
@@ -67,6 +67,8 @@ linters:
67
disabled: true
68
- name: unchecked-type-assertion
69
70
+ - name: enforce-switch-style
71
+ disabled: true
72
exclusions:
73
generated: lax
74
presets:
0 commit comments