This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ linters:
38
38
# golangci.com configuration
39
39
# https://github.com/golangci/golangci/wiki/Configuration
40
40
service :
41
- golangci-lint-version : 1.19 .x # use fixed version to not introduce new linters unexpectedly
41
+ golangci-lint-version : 1.20 .x # use fixed version to not introduce new linters unexpectedly
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/golangci/golangci-lint
3
- rev : v1.19.1
3
+ rev : v1.20.0
4
4
hooks :
5
5
- id : golangci-lint
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/getsentry/raven-go v0.2.0
24
24
github.com/go-kit/kit v0.9.0
25
25
github.com/golang/mock v1.3.1
26
- github.com/golangci/golangci-lint v1.19.1
26
+ github.com/golangci/golangci-lint v1.20.0
27
27
github.com/gomodule/redigo v2.0.0+incompatible // indirect
28
28
github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
29
29
github.com/google/go-querystring v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ var availableGolangciLintVersions = map[int]map[int][]int{
37
37
17 : {0 , 1 },
38
38
18 : {0 },
39
39
19 : {0 , 1 },
40
+ 20 : {0 },
40
41
},
41
42
}
42
43
43
- const defaultGolangciLintVersion = "1.19 .x"
44
+ const defaultGolangciLintVersion = "1.20 .x"
44
45
45
46
type Preparer struct {
46
47
cfg config.Config
You can’t perform that action at this time.
0 commit comments