1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-13 20:30:03 +00:00

scripts/test-infra: update logcheck tool to v0.6.0

Update logcheck to the latest version. Fixes the flakiness we've been
experiencing.
This commit is contained in:
Markus Lehtonen 2023-08-08 18:55:34 +03:00
parent 9d61b19454
commit 7e2a549db2

View file

@ -17,7 +17,7 @@ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
go install sigs.k8s.io/logtools/logcheck@v0.5.0
go install sigs.k8s.io/logtools/logcheck@v0.6.0
# Run verify steps
echo "Checking gofmt"