mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +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:
parent
9d61b19454
commit
7e2a549db2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue