Skip to content

Commit f0b05a6

Browse files
committed
GODRIVER-3633 Set correct MONGODB_VERSION on FaaS and search index tasks.
1 parent f0469d0 commit f0b05a6

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
@@ -2056,8 +2056,9 @@ task_groups:
20562056
params:
20572057
working_dir: src/go.mongodb.org/mongo-driver
20582058
binary: bash
2059-
add_expansions_to_env: true
2059+
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
20602060
env:
2061+
MONGODB_VERSION: ${VERSION}
20612062
LAMBDA_STACK_NAME: dbx-go-lambda
20622063
args:
20632064
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
@@ -2087,7 +2088,7 @@ task_groups:
20872088
working_dir: src/go.mongodb.org/mongo-driver
20882089
binary: bash
20892090
env:
2090-
MONGODB_VERSION: "7.0"
2091+
MONGODB_VERSION: ${VERSION}
20912092
LAMBDA_STACK_NAME: dbx-go-lambda
20922093
args:
20932094
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh

0 commit comments

Comments
 (0)