_scripts: update staticcheck version (#3839)

Update version of staticcheck and reenable for go1.23
This commit is contained in:
Alessandro Arzilli
2024-10-23 21:40:35 +02:00
committed by GitHub
parent bef326c6a5
commit 2a9af735d0
2 changed files with 1 additions and 4 deletions

View File

@ -54,7 +54,7 @@ export GOPATH
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
go version
if [ "$arch" != "ppc64le" ]; then
go install honnef.co/go/tools/cmd/staticcheck@2023.1.6 || true
go install honnef.co/go/tools/cmd/staticcheck@2024.1.1 || true
fi
uname -a