Skip to content

Commit

Permalink
internal/lint: update staticcheck
Browse files Browse the repository at this point in the history
Update staticcheck to 2023.1.7.
  • Loading branch information
nicktrav committed May 3, 2024
1 parent 74ff834 commit fe0df53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lint/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
cmdGo = "go"
golint = "golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6"
staticcheck = "honnef.co/go/tools/cmd/[email protected]"
staticcheck = "honnef.co/go/tools/cmd/[email protected].7"
crlfmt = "github.com/cockroachdb/crlfmt@44a36ec7"
)

Expand Down

0 comments on commit fe0df53

Please sign in to comment.