Skip to content

Commit 0be5afe

Browse files
authored
Merge pull request #26 from troy0820/troy0820/update-staticcheck
Update staticcheck to be used with gov1.20
2 parents 4f470a5 + 0911728 commit 0be5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424
DefaultKindVersion = "v0.12.0"
2525

2626
// DefaultStaticCheckVersion is the default version of StaticCheck that is installed when it's not present
27-
DefaultStaticCheckVersion = "2022.1.2"
27+
DefaultStaticCheckVersion = "2023.1.3"
2828
)
2929

3030
// Fail if the go version doesn't match the specified constraint

0 commit comments

Comments
 (0)