Skip to content

Commit 7bb2c12

Browse files
authored
Merge branch 'master' into grodowski/remove-unused-code
2 parents 7aea210 + f7862c0 commit 7bb2c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.23.0
4-
SUPPORTED_GO_VERSIONS='go1.2[01234]'
4+
SUPPORTED_GO_VERSIONS='go1.2[012345]'
55

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

0 commit comments

Comments
 (0)