Skip to content

Commit 5b79d94

Browse files
authored
GODRIVER-3633 Set correct MONGODB_VERSION on FaaS and search index tasks. (#2165)
1 parent 21ab64f commit 5b79d94

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
@@ -2089,7 +2090,7 @@ task_groups:
20892090
binary: bash
20902091
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
20912092
env:
2092-
MONGODB_VERSION: "7.0"
2093+
MONGODB_VERSION: ${VERSION}
20932094
LAMBDA_STACK_NAME: dbx-go-lambda
20942095
args:
20952096
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh

0 commit comments

Comments
 (0)