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

Commit 3a74761

Browse files
committed
support golangci-lint v1.23.{1-3}
1 parent fdf61cf commit 3a74761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/goenvbuild/preparer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var availableGolangciLintVersions = map[int]map[int][]int{
4040
20: {0, 1},
4141
21: {0},
4242
22: {0, 1, 2},
43-
23: {0},
43+
23: {0, 1, 2, 3},
4444
},
4545
}
4646

0 commit comments

Comments
 (0)