Skip to content

Commit c58f5a3

Browse files
committed
Update shellcheck version (0.7.0->0.8.0)
1 parent b3b7468 commit c58f5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -o errexit
1717
set -o nounset
1818
set -o pipefail
1919

20-
VERSION="v0.7.0"
20+
VERSION="v0.8.0"
2121

2222
OS="unknown"
2323
if [[ "${OSTYPE}" == "linux"* ]]; then

0 commit comments

Comments
 (0)