We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef326c commit 2a9af73Copy full SHA for 2a9af73
_scripts/test_linux.sh
@@ -54,7 +54,7 @@ export GOPATH
54
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
55
go version
56
if [ "$arch" != "ppc64le" ]; then
57
- go install honnef.co/go/tools/cmd/staticcheck@2023.1.6 || true
+ go install honnef.co/go/tools/cmd/staticcheck@2024.1.1 || true
58
fi
59
60
uname -a
cmd/dlv/dlv_test.go
@@ -1410,9 +1410,6 @@ func TestVersion(t *testing.T) {
1410
}
1411
1412
func TestStaticcheck(t *testing.T) {
1413
- if goversion.VersionAfterOrEqual(runtime.Version(), 1, 23) {
1414
- t.Skip("staticcheck does not support go1.23 yet")
1415
- }
1416
_, err := exec.LookPath("staticcheck")
1417
if err != nil {
1418
t.Skip("staticcheck not installed")
0 commit comments