Skip to content

Commit f7ab33b

Browse files
committed
GODRIVER-1951 Update the Go version for Evergreen builds to 1.16
1 parent 899e5cd commit f7ab33b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.evergreen/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ axes:
18281828
display_name: "Ubuntu 14.04"
18291829
run_on: ubuntu1404-test
18301830
variables:
1831-
GO_DIST: "/opt/golang/go1.15"
1831+
GO_DIST: "/opt/golang/go1.16"
18321832

18331833
# OSes that require >= 3.2 for SSL
18341834
- id: os-ssl-32
@@ -1840,20 +1840,20 @@ axes:
18401840
- windows-64-vs2017-test
18411841
variables:
18421842
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
1843-
GO_DIST: "C:\\golang\\go1.15"
1843+
GO_DIST: "C:\\golang\\go1.16"
18441844
PYTHON3_BINARY: "C:/python/Python38/python.exe"
18451845
VENV_BIN_DIR: "Scripts"
18461846
- id: "ubuntu1604-64-go-1-15"
18471847
display_name: "Ubuntu 16.04"
18481848
run_on: ubuntu1604-build
18491849
variables:
1850-
GO_DIST: "/opt/golang/go1.15"
1850+
GO_DIST: "/opt/golang/go1.16"
18511851
PYTHON3_BINARY: "/opt/python/3.8/bin/python3"
18521852
- id: "osx-go-1-15"
18531853
display_name: "MacOS 10.14"
18541854
run_on: macos-1014
18551855
variables:
1856-
GO_DIST: "/opt/golang/go1.15"
1856+
GO_DIST: "/opt/golang/go1.16"
18571857
PYTHON3_BINARY: python3
18581858

18591859
# OSes that require >= 4.0 for SSL
@@ -1866,20 +1866,20 @@ axes:
18661866
- windows-64-vs2017-test
18671867
variables:
18681868
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
1869-
GO_DIST: "C:\\golang\\go1.15"
1869+
GO_DIST: "C:\\golang\\go1.16"
18701870
PYTHON3_BINARY: "C:/python/Python38/python.exe"
18711871
VENV_BIN_DIR: "Scripts"
18721872
- id: "ubuntu1804-64-go-1-15"
18731873
display_name: "Ubuntu 18.04"
18741874
run_on: ubuntu1804-build
18751875
variables:
1876-
GO_DIST: "/opt/golang/go1.15"
1876+
GO_DIST: "/opt/golang/go1.16"
18771877
PYTHON3_BINARY: "/opt/python/3.8/bin/python3"
18781878
- id: "osx-go-1-15"
18791879
display_name: "MacOS 10.14"
18801880
run_on: macos-1014
18811881
variables:
1882-
GO_DIST: "/opt/golang/go1.15"
1882+
GO_DIST: "/opt/golang/go1.16"
18831883
PYTHON3_BINARY: python3
18841884

18851885
- id: os-aws-auth
@@ -1891,20 +1891,20 @@ axes:
18911891
- windows-64-vsMulti-small
18921892
variables:
18931893
GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
1894-
GO_DIST: "C:\\golang\\go1.15"
1894+
GO_DIST: "C:\\golang\\go1.16"
18951895
SKIP_ECS_AUTH_TEST: true
18961896
PYTHON3: "C:/python/Python38/python.exe"
18971897
- id: "ubuntu1804-64-go-1-15"
18981898
display_name: "Ubuntu 18.04"
18991899
run_on: ubuntu1804-test
19001900
variables:
1901-
GO_DIST: "/opt/golang/go1.15"
1901+
GO_DIST: "/opt/golang/go1.16"
19021902
PYTHON3: python3
19031903
- id: "osx-go-1-15"
19041904
display_name: "MacOS 10.14"
19051905
run_on: macos-1014
19061906
variables:
1907-
GO_DIST: "/opt/golang/go1.15"
1907+
GO_DIST: "/opt/golang/go1.16"
19081908
SKIP_ECS_AUTH_TEST: true
19091909
SKIP_EC2_AUTH_TEST: true
19101910
PYTHON3: python3
@@ -1915,7 +1915,7 @@ buildvariants:
19151915
run_on:
19161916
- ubuntu1804-build
19171917
expansions:
1918-
GO_DIST: "/opt/golang/go1.15"
1918+
GO_DIST: "/opt/golang/go1.16"
19191919
tasks:
19201920
- name: ".static-analysis"
19211921

@@ -1924,7 +1924,7 @@ buildvariants:
19241924
run_on:
19251925
- ubuntu1804-build
19261926
expansions:
1927-
GO_DIST: "/opt/golang/go1.15"
1927+
GO_DIST: "/opt/golang/go1.16"
19281928
tasks:
19291929
- name: ".performance"
19301930

@@ -1933,7 +1933,7 @@ buildvariants:
19331933
run_on:
19341934
- ubuntu1804-test
19351935
expansions:
1936-
GO_DIST: "/opt/golang/go1.15"
1936+
GO_DIST: "/opt/golang/go1.16"
19371937
tasks:
19381938
- name: ".compile-check"
19391939

@@ -1942,7 +1942,7 @@ buildvariants:
19421942
run_on:
19431943
- ubuntu1804-build
19441944
expansions:
1945-
GO_DIST: "/opt/golang/go1.15"
1945+
GO_DIST: "/opt/golang/go1.16"
19461946
tasks:
19471947
- name: "atlas-test"
19481948

@@ -1951,7 +1951,7 @@ buildvariants:
19511951
run_on:
19521952
- ubuntu1804-build
19531953
expansions:
1954-
GO_DIST: "/opt/golang/go1.15"
1954+
GO_DIST: "/opt/golang/go1.16"
19551955
tasks:
19561956
- name: "test-atlas-data-lake"
19571957

0 commit comments

Comments
 (0)