Skip to content

Commit f654306

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent a35b7c7 commit f654306

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,9 @@ tasks:
14271427
- command: subprocess.exec
14281428
params:
14291429
binary: bash
1430-
args: [*task-runner, build-compile-check-msv]
1430+
env:
1431+
GO_VERSION: "1.18"
1432+
args: [*task-runner, build-compile-check]
14311433

14321434
# Build with the same Go version that we're using for tests.
14331435
- name: build
@@ -2120,7 +2122,7 @@ buildvariants:
21202122
tags: ["pullrequest"]
21212123
display_name: "Compile Only Checks"
21222124
run_on:
2123-
- ubuntu2204-small
2125+
- rhel8.7-small
21242126
expansions:
21252127
GO_DIST: "/opt/golang/go1.22"
21262128
tasks:

0 commit comments

Comments
 (0)