@@ -1828,7 +1828,7 @@ axes:
1828
1828
display_name : " Ubuntu 14.04"
1829
1829
run_on : ubuntu1404-test
1830
1830
variables :
1831
- GO_DIST : " /opt/golang/go1.15 "
1831
+ GO_DIST : " /opt/golang/go1.16 "
1832
1832
1833
1833
# OSes that require >= 3.2 for SSL
1834
1834
- id : os-ssl-32
@@ -1840,20 +1840,20 @@ axes:
1840
1840
- windows-64-vs2017-test
1841
1841
variables :
1842
1842
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 "
1844
1844
PYTHON3_BINARY : " C:/python/Python38/python.exe"
1845
1845
VENV_BIN_DIR : " Scripts"
1846
1846
- id : " ubuntu1604-64-go-1-15"
1847
1847
display_name : " Ubuntu 16.04"
1848
1848
run_on : ubuntu1604-build
1849
1849
variables :
1850
- GO_DIST : " /opt/golang/go1.15 "
1850
+ GO_DIST : " /opt/golang/go1.16 "
1851
1851
PYTHON3_BINARY : " /opt/python/3.8/bin/python3"
1852
1852
- id : " osx-go-1-15"
1853
1853
display_name : " MacOS 10.14"
1854
1854
run_on : macos-1014
1855
1855
variables :
1856
- GO_DIST : " /opt/golang/go1.15 "
1856
+ GO_DIST : " /opt/golang/go1.16 "
1857
1857
PYTHON3_BINARY : python3
1858
1858
1859
1859
# OSes that require >= 4.0 for SSL
@@ -1866,20 +1866,20 @@ axes:
1866
1866
- windows-64-vs2017-test
1867
1867
variables :
1868
1868
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 "
1870
1870
PYTHON3_BINARY : " C:/python/Python38/python.exe"
1871
1871
VENV_BIN_DIR : " Scripts"
1872
1872
- id : " ubuntu1804-64-go-1-15"
1873
1873
display_name : " Ubuntu 18.04"
1874
1874
run_on : ubuntu1804-build
1875
1875
variables :
1876
- GO_DIST : " /opt/golang/go1.15 "
1876
+ GO_DIST : " /opt/golang/go1.16 "
1877
1877
PYTHON3_BINARY : " /opt/python/3.8/bin/python3"
1878
1878
- id : " osx-go-1-15"
1879
1879
display_name : " MacOS 10.14"
1880
1880
run_on : macos-1014
1881
1881
variables :
1882
- GO_DIST : " /opt/golang/go1.15 "
1882
+ GO_DIST : " /opt/golang/go1.16 "
1883
1883
PYTHON3_BINARY : python3
1884
1884
1885
1885
- id : os-aws-auth
@@ -1891,20 +1891,20 @@ axes:
1891
1891
- windows-64-vsMulti-small
1892
1892
variables :
1893
1893
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 "
1895
1895
SKIP_ECS_AUTH_TEST : true
1896
1896
PYTHON3 : " C:/python/Python38/python.exe"
1897
1897
- id : " ubuntu1804-64-go-1-15"
1898
1898
display_name : " Ubuntu 18.04"
1899
1899
run_on : ubuntu1804-test
1900
1900
variables :
1901
- GO_DIST : " /opt/golang/go1.15 "
1901
+ GO_DIST : " /opt/golang/go1.16 "
1902
1902
PYTHON3 : python3
1903
1903
- id : " osx-go-1-15"
1904
1904
display_name : " MacOS 10.14"
1905
1905
run_on : macos-1014
1906
1906
variables :
1907
- GO_DIST : " /opt/golang/go1.15 "
1907
+ GO_DIST : " /opt/golang/go1.16 "
1908
1908
SKIP_ECS_AUTH_TEST : true
1909
1909
SKIP_EC2_AUTH_TEST : true
1910
1910
PYTHON3 : python3
@@ -1915,7 +1915,7 @@ buildvariants:
1915
1915
run_on :
1916
1916
- ubuntu1804-build
1917
1917
expansions :
1918
- GO_DIST : " /opt/golang/go1.15 "
1918
+ GO_DIST : " /opt/golang/go1.16 "
1919
1919
tasks :
1920
1920
- name : " .static-analysis"
1921
1921
@@ -1924,7 +1924,7 @@ buildvariants:
1924
1924
run_on :
1925
1925
- ubuntu1804-build
1926
1926
expansions :
1927
- GO_DIST : " /opt/golang/go1.15 "
1927
+ GO_DIST : " /opt/golang/go1.16 "
1928
1928
tasks :
1929
1929
- name : " .performance"
1930
1930
@@ -1933,7 +1933,7 @@ buildvariants:
1933
1933
run_on :
1934
1934
- ubuntu1804-test
1935
1935
expansions :
1936
- GO_DIST : " /opt/golang/go1.15 "
1936
+ GO_DIST : " /opt/golang/go1.16 "
1937
1937
tasks :
1938
1938
- name : " .compile-check"
1939
1939
@@ -1942,7 +1942,7 @@ buildvariants:
1942
1942
run_on :
1943
1943
- ubuntu1804-build
1944
1944
expansions :
1945
- GO_DIST : " /opt/golang/go1.15 "
1945
+ GO_DIST : " /opt/golang/go1.16 "
1946
1946
tasks :
1947
1947
- name : " atlas-test"
1948
1948
@@ -1951,7 +1951,7 @@ buildvariants:
1951
1951
run_on :
1952
1952
- ubuntu1804-build
1953
1953
expansions :
1954
- GO_DIST : " /opt/golang/go1.15 "
1954
+ GO_DIST : " /opt/golang/go1.16 "
1955
1955
tasks :
1956
1956
- name : " test-atlas-data-lake"
1957
1957
0 commit comments