Skip to content

Commit 37813ec

Browse files
committed
support go1.7
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
1 parent 22c2e3e commit 37813ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ensure-go-installed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
PREFERRED_GO_VERSION=go1.16.4
4-
SUPPORTED_GO_VERSIONS='go1.1[56]'
4+
SUPPORTED_GO_VERSIONS='go1.1[567]'
55

66
GO_PKG_DARWIN=${PREFERRED_GO_VERSION}.darwin-amd64.pkg
77
GO_PKG_DARWIN_SHA=0f215de06019a054a3da46a0722989986c956d719c7a0a8fc38a5f3c216d6f6b

0 commit comments

Comments
 (0)