Skip to content

Commit

Permalink
scripts/test-infra: update logcheck tool
Browse files Browse the repository at this point in the history
Update logcheck to the latest mainline version. Fixes the flakiness
we've been experiencing.
  • Loading branch information
marquiz committed Aug 8, 2023
1 parent 9d61b19 commit 5576298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-20230808154815-4729ca2aa2fa

# Run verify steps
echo "Checking gofmt"
Expand Down

0 comments on commit 5576298

Please sign in to comment.