Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 08f8679

Browse files
authored
Merge pull request #161 from ewohltman/master
Add support for golangci-lint v1.22.x
2 parents b70f8f7 + ffef5bc commit 08f8679

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/goenvbuild/preparer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ var availableGolangciLintVersions = map[int]map[int][]int{
3939
19: {0, 1},
4040
20: {0, 1},
4141
21: {0},
42+
22: {0, 1, 2},
4243
},
4344
}
4445

45-
const defaultGolangciLintVersion = "1.21.x"
46+
const defaultGolangciLintVersion = "1.22.x"
4647

4748
type Preparer struct {
4849
cfg config.Config

0 commit comments

Comments
 (0)