We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6686c9e commit 555e07cCopy full SHA for 555e07c
.github/workflows/ci-tests.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: Run golangci-lint
70
uses: golangci/golangci-lint-action@v6
71
with:
72
- version: v1.57.2
+ version: v1.59.1
73
args: --timeout 5m
74
test:
75
name: Ensure unit tests are passing
.golangci.yml
@@ -3,7 +3,7 @@ run:
3
linters:
4
enable:
5
- gofmt
6
- - vet
+ - govet
7
- goimports
8
- ineffassign
9
- misspell
0 commit comments