File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939 golangci_lint_version :
4040 description : ' Version of golangci linter to use'
4141 type : ' string'
42- default : ' v1.55 '
42+ default : ' v1.56 '
4343
4444jobs :
4545 # modules checks if the go modules are all up-to-date. While rare with modern
Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ linters:
7676 - ' paralleltest'
7777 - ' prealloc'
7878 - ' predeclared'
79+ - ' protogetter'
7980 - ' rowserrcheck'
8081 - ' sloglint'
82+ - ' spancheck'
8183 - ' sqlclosecheck'
8284 - ' staticcheck'
8385 - ' stylecheck'
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import (
1818 "testing"
1919)
2020
21- //nolint:paralleltest // Can't be paralleled because of t.Setenv
2221func TestIsIntegration (t * testing.T ) {
2322 if IsIntegration (t ) {
2423 t .Errorf ("IsIntegration() got 'true' want 'false'" )
You can’t perform that action at this time.
0 commit comments