Skip to content

Commit

Permalink
Merge pull request #1299 from marquiz/devel/logcheck
Browse files Browse the repository at this point in the history
scripts/test-infra: update logcheck tool to v0.6.0
  • Loading branch information
k8s-ci-robot committed Aug 11, 2023
2 parents 9d61b19 + 7e2a549 commit 95069b4
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.6.0

# Run verify steps
echo "Checking gofmt"
Expand Down

0 comments on commit 95069b4

Please sign in to comment.