Skip to content

Commit f7862c0

Browse files
authored
Add support for go 1.25 (#1634)
1 parent 753cf88 commit f7862c0

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.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)