Skip to content

Commit 37dcccd

Browse files
GODRIVER-3493 Update test name
1 parent c18385e commit 37dcccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,8 +1420,9 @@ tasks:
14201420
vars:
14211421
MONGO_GO_DRIVER_COMPRESSOR: "snappy"
14221422

1423-
# Build the compilecheck submodule with the oldest supported version of Go.
1424-
- name: go1.18-build
1423+
# Build the compilecheck submodule with all supported versions of Go >=
1424+
# the minimum supported version.
1425+
- name: go-build
14251426
tags: ["compile-check"]
14261427
commands:
14271428
- command: subprocess.exec

0 commit comments

Comments
 (0)