We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753cf88 commit f7862c0Copy full SHA for f7862c0
script/ensure-go-installed
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
PREFERRED_GO_VERSION=go1.23.0
4
-SUPPORTED_GO_VERSIONS='go1.2[01234]'
+SUPPORTED_GO_VERSIONS='go1.2[012345]'
5
6
GO_PKG_DARWIN=${PREFERRED_GO_VERSION}.darwin-amd64.pkg
7
GO_PKG_DARWIN_SHA=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
0 commit comments