Bump shellcheck to latest 2024 release.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2024-06-24 11:24:31 +12:00
parent 16ed0fe86e
commit 29b4ff2fd8
No known key found for this signature in database

View File

@ -60,7 +60,7 @@ fi
PASSES=${PASSES:-"gofmt bom dep build unit"}
KEEP_GOING_SUITE=${KEEP_GOING_SUITE:-false}
PKG=${PKG:-}
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-"v0.8.0"}
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-"v0.10.0"}
if [ -z "${GOARCH:-}" ]; then
GOARCH=$(go env GOARCH);