1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

Merge pull request #1583 from marquiz/devel/logcheck

scripts/test-infra: bump k8s logcheck to v0.8.1
This commit is contained in:
Kubernetes Prow Robot 2024-02-12 02:46:31 -08:00 committed by GitHub
commit 5683079a06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.6.0
go install sigs.k8s.io/logtools/logcheck@v0.8.1
# Run verify steps
echo "Checking gofmt"