Skip to content

Commit

Permalink
wip: update staticcheck to v0.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 10, 2024
1 parent d888f7e commit 01dc138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.22.0
go 1.22.1

require (
4d63.com/gocheckcompilerdirectives v1.2.1
Expand Down Expand Up @@ -127,7 +127,7 @@ require (
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
golang.org/x/tools v0.23.0
gopkg.in/yaml.v3 v3.0.1
honnef.co/go/tools v0.5.0-0.dev.0.20240621230735-3fe6ed0ecdfe
honnef.co/go/tools v0.5.0-rc.1
mvdan.cc/gofumpt v0.6.0
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01dc138

Please sign in to comment.