File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 6
6
executors :
7
7
node :
8
8
docker :
9
- - image : node:17 -slim
9
+ - image : node:18 -slim
10
10
golangci-lint :
11
11
docker :
12
- - image : golangci/golangci-lint:v1.47
12
+ - image : golangci/golangci-lint:v1.49
13
13
golang-previous :
14
14
docker :
15
- - image : golang:1.17
15
+ - image : golang:1.18
16
16
golang-latest :
17
17
docker :
18
- - image : golang:1.18
18
+ - image : golang:1.19
19
19
20
20
jobs :
21
21
lint-markdown :
Original file line number Diff line number Diff line change @@ -5,17 +5,16 @@ linters:
5
5
- bodyclose
6
6
- containedctx
7
7
- contextcheck
8
- - deadcode
9
8
- decorder
10
9
- depguard
11
10
- dogsled
12
11
- dupl
13
12
- errcheck
13
+ - errchkjson
14
14
- funlen
15
15
- gochecknoinits
16
- - gocognit
17
- - errchkjson
18
16
- gochecknoinits
17
+ - gocognit
19
18
- goconst
20
19
- gocritic
21
20
- gocyclo
@@ -28,21 +27,20 @@ linters:
28
27
- govet
29
28
- grouper
30
29
- ineffassign
30
+ - interfacebloat
31
31
- ireturn
32
32
- maintidx
33
33
- misspell
34
34
- nakedret
35
35
- nilnil
36
36
- prealloc
37
+ - reassign
37
38
- revive
38
- - rowserrcheck
39
39
- staticcheck
40
- - structcheck
41
40
- stylecheck
42
41
- tenv
43
42
- typecheck
44
43
- unconvert
45
44
- unparam
46
45
- unused
47
- - varcheck
48
46
- whitespace
Original file line number Diff line number Diff line change 1
1
module github.com/sylabs/json-resp
2
2
3
- go 1.17
3
+ go 1.18
You can’t perform that action at this time.
0 commit comments