diff --git a/pkg/goenvbuild/preparer.go b/pkg/goenvbuild/preparer.go index 3b6e553d..339cb56e 100644 --- a/pkg/goenvbuild/preparer.go +++ b/pkg/goenvbuild/preparer.go @@ -39,10 +39,11 @@ var availableGolangciLintVersions = map[int]map[int][]int{ 19: {0, 1}, 20: {0, 1}, 21: {0}, + 22: {0, 1, 2}, }, } -const defaultGolangciLintVersion = "1.21.x" +const defaultGolangciLintVersion = "1.22.x" type Preparer struct { cfg config.Config