Skip to content

Commit cbc991c

Browse files
committed
revert golang version
1 parent beed4ce commit cbc991c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci/evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ include:
2121

2222
variables:
2323
- &go_linux_version
24-
go_root: "/opt/golang/go1.24.2"
25-
go_bin: "/opt/golang/go1.24.2/bin"
24+
go_root: "/opt/golang/go1.23"
25+
go_bin: "/opt/golang/go1.23/bin"
2626
go_base_path: ""
2727
- &go_env
2828
XDG_CONFIG_HOME: ${go_base_path}${workdir}

0 commit comments

Comments
 (0)