Skip to content

Commit cae0049

Browse files
committed
UPSTREAM: <drop>: Bump golangci-lint to 1.56.2
Fixes go.tmz.dev/musttag issue. Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent 7b5dce9 commit cae0049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v3
2424
with:
25-
version: v1.54.0
25+
version: v1.56.2
2626
working-directory: ${{matrix.working-directory}}

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ linters:
1212
- errorlint
1313
- exhaustive
1414
- exportloopref
15-
- ginkgolinter
16-
- goconst
15+
# - ginkgolinter
16+
# - goconst
1717
- gocritic
1818
- gocyclo
1919
- gofmt

0 commit comments

Comments
 (0)