Skip to content

Commit 1b68445

Browse files
committed
build: bump minimum supported Go version to 1.16+
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent 9d34a1e commit 1b68445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
readonly supportedGo="go1.1[567]"
5+
readonly supportedGo="go1.1[67]"
66

77
# Ensure go is installed
88
if ! command -v go ; then

0 commit comments

Comments
 (0)