File tree Expand file tree Collapse file tree 3 files changed +19
-20
lines changed Expand file tree Collapse file tree 3 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
autotests :
11
11
runs-on : ubuntu-latest
12
- container : golang:1.17
12
+ container : golang:1.18
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
34
34
- name : Run golangci-lint
35
35
uses : golangci/golangci-lint-action@v3
36
36
with :
37
- version : v1.44
37
+ version : v1.46.2
Original file line number Diff line number Diff line change @@ -13,50 +13,49 @@ linters-settings:
13
13
linters :
14
14
disable-all : true
15
15
enable :
16
+ - asciicheck
17
+ - bidichk
16
18
- bodyclose
17
19
- deadcode
18
20
- depguard
19
21
- dupl
22
+ - durationcheck
20
23
- errcheck
24
+ - errname
21
25
- exportloopref
22
26
- exhaustive
23
27
- funlen
24
28
- goconst
25
29
- gocritic
26
30
- gocyclo
31
+ - godox
27
32
- gofmt
28
- - revive
29
33
- goprintffuncname
30
34
- gosec
31
35
- gosimple
32
36
- govet
37
+ - ifshort
38
+ - importas
33
39
- ineffassign
34
40
- lll
41
+ - makezero
35
42
- misspell
36
43
- nakedret
44
+ - nestif
45
+ - nilnil
37
46
- nolintlint
38
- - rowserrcheck
47
+ - prealloc
48
+ - predeclared
49
+ - promlinter
50
+ - revive
39
51
- staticcheck
40
52
- structcheck
41
53
- stylecheck
54
+ - tenv
55
+ - thelper
42
56
- typecheck
43
57
- unconvert
44
58
- unparam
45
59
- unused
46
60
- varcheck
47
61
- whitespace
48
- - asciicheck
49
- - bidichk
50
- - contextcheck
51
- - durationcheck
52
- - errname
53
- - ifshort
54
- - makezero
55
- - nestif
56
- - nilerr
57
- - nilnil
58
- - prealloc
59
- - predeclared
60
- - tenv
61
- - thelper
62
- - wastedassign
Original file line number Diff line number Diff line change 1
1
module github.com/nuttech/bell/v2
2
2
3
- go 1.17
3
+ go 1.18
You can’t perform that action at this time.
0 commit comments