Skip to content

Commit 2f71203

Browse files
committed
wip: update staticcheck to v0.5.0-rc.1
1 parent 19c828f commit 2f71203

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.22.0
3+
go 1.22.1
4+
5+
toolchain go1.22.3
46

57
require (
68
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -127,7 +129,7 @@ require (
127129
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
128130
golang.org/x/tools v0.22.0
129131
gopkg.in/yaml.v3 v3.0.1
130-
honnef.co/go/tools v0.5.0-0.dev.0.20240621230735-3fe6ed0ecdfe
132+
honnef.co/go/tools v0.5.0-rc.1
131133
mvdan.cc/gofumpt v0.6.0
132134
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
133135
)

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)