mirror of
https://github.com/rancher/steve.git
synced 2025-09-01 15:37:31 +00:00
Manually bump helm v3.16.4 (#605)
* Bump the version * Fix the validate script. * Need to bump opentelemetry as well.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
go generate ./..
|
||||
go generate ./...
|
||||
golangci-lint run
|
||||
go mod tidy
|
||||
go mod verify
|
||||
unclean=$(git status --porcelain --untracked-files=no)
|
||||
if [ -n "$unclean" ]; then
|
||||
echo "Encountered dirty repo!"
|
||||
git diff
|
||||
echo "$unclean"
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user