Skip to content

Commit

Permalink
Merge pull request #44 from kichristensen/updateLint
Browse files Browse the repository at this point in the history
chore(deps): bump golangci-lint from 1.57.2 to 1.62.0
  • Loading branch information
kichristensen authored Nov 15, 2024
2 parents 7a3fd83 + 5b801b6 commit 1b4ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
DefaultStaticCheckVersion = "2023.1.6"

// DefaultGolangCILintVersion is the default version of golangci-lint that is installed when it's not present
DefaultGolangCILintVersion = "1.57.2"
DefaultGolangCILintVersion = "1.62.0"
)

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

0 comments on commit 1b4ce96

Please sign in to comment.