Skip to content

Commit df59884

Browse files
Update golangci-lint action (#128)
* update linter * update version * don't verify json schema * ensure golangci-lint config is valid * pull config from branch * revert back to main branch
1 parent 4fb5e1b commit df59884

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/configs/golangci-lint/golangci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
run:
22
timeout: 20m
33
tests: true
4-
skip-dirs-use-default: true
54
modules-download-mode: readonly
65
issues:
76
max-issues-per-linter: 0
@@ -12,7 +11,6 @@ output:
1211
- format: colored-line-number
1312
print-linter-name: true
1413
sort-results: true
15-
uniq-by-line: false
1614
print-issued-lines: true
1715
linters:
1816
disable-all: true

.github/workflows/go-static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
go mod vendor
5252
- name: golangci-lint
53-
uses: golangci/golangci-lint-action@v6
53+
uses: golangci/golangci-lint-action@v6.5.0
5454
with:
5555
version: latest
5656
skip-cache: true

0 commit comments

Comments
 (0)