File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 66executors :
77 node :
88 docker :
9- - image : node:17 -slim
9+ - image : node:18 -slim
1010 golangci-lint :
1111 docker :
12- - image : golangci/golangci-lint:v1.47
12+ - image : golangci/golangci-lint:v1.52
1313 golang-previous :
1414 docker :
15- - image : golang:1.17
15+ - image : golang:1.19
1616 golang-latest :
1717 docker :
18- - image : golang:1.18
18+ - image : golang:1.20
1919
2020jobs :
2121 lint-markdown :
Original file line number Diff line number Diff line change 55 - bodyclose
66 - containedctx
77 - contextcheck
8- - deadcode
98 - decorder
109 - depguard
1110 - dogsled
@@ -32,13 +31,10 @@ linters:
3231 - nilnil
3332 - prealloc
3433 - revive
35- - rowserrcheck
3634 - staticcheck
37- - structcheck
3835 - tenv
3936 - typecheck
4037 - unconvert
4138 - unparam
4239 - unused
43- - varcheck
4440 - whitespace
You can’t perform that action at this time.
0 commit comments