We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35b7c7 commit f654306Copy full SHA for f654306
.evergreen/config.yml
@@ -1427,7 +1427,9 @@ tasks:
1427
- command: subprocess.exec
1428
params:
1429
binary: bash
1430
- args: [*task-runner, build-compile-check-msv]
+ env:
1431
+ GO_VERSION: "1.18"
1432
+ args: [*task-runner, build-compile-check]
1433
1434
# Build with the same Go version that we're using for tests.
1435
- name: build
@@ -2120,7 +2122,7 @@ buildvariants:
2120
2122
tags: ["pullrequest"]
2121
2123
display_name: "Compile Only Checks"
2124
run_on:
- - ubuntu2204-small
2125
+ - rhel8.7-small
2126
expansions:
2127
GO_DIST: "/opt/golang/go1.22"
2128
tasks:
0 commit comments