We need the Evergreen yaml to be modified to support yaml v3 (specifically we now error with duplicated map keys). This applies to the mongo-go-driver-v1.0, mongo-go-driver-v1.4, and mongo-go-driver projects. The following are the lines that need to be fixed (the "yml" file corresponds to each of the affected projects):
ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors: line 1825: mapping key "matrix_spec" already defined at line 1824 fetchedYamls/mongo-go-driver-v1.0.yml is an invalid configuration ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors: line 1664: mapping key "matrix_spec" already defined at line 1663 fetchedYamls/mongo-go-driver-v1.4.yml is an invalid configuration ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors: line 1977: mapping key "matrix_spec" already defined at line 1976 fetchedYamls/mongo-go-driver.yml is an invalid configuration
Acceptance Criteria:
Make Go's matrix spec keys unique/remove duplicate occurrences