Bump shellcheck to latest 2024 release.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
@ -60,7 +60,7 @@ fi
|
|||||||
PASSES=${PASSES:-"gofmt bom dep build unit"}
|
PASSES=${PASSES:-"gofmt bom dep build unit"}
|
||||||
KEEP_GOING_SUITE=${KEEP_GOING_SUITE:-false}
|
KEEP_GOING_SUITE=${KEEP_GOING_SUITE:-false}
|
||||||
PKG=${PKG:-}
|
PKG=${PKG:-}
|
||||||
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-"v0.8.0"}
|
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-"v0.10.0"}
|
||||||
|
|
||||||
if [ -z "${GOARCH:-}" ]; then
|
if [ -z "${GOARCH:-}" ]; then
|
||||||
GOARCH=$(go env GOARCH);
|
GOARCH=$(go env GOARCH);
|
||||||
|
Reference in New Issue
Block a user