@@ -1562,61 +1562,61 @@ axes:
1562
1562
- id : os-ssl-legacy
1563
1563
display_name : OS
1564
1564
values :
1565
- - id : " ubuntu1404-go-1-13 "
1565
+ - id : " ubuntu1404-go-1-15 "
1566
1566
display_name : " Ubuntu 14.04"
1567
1567
run_on : ubuntu1404-test
1568
1568
variables :
1569
- GO_DIST : " /opt/golang/go1.13 "
1569
+ GO_DIST : " /opt/golang/go1.15 "
1570
1570
1571
1571
# OSes that require >= 3.2 for SSL
1572
1572
- id : os-ssl-32
1573
1573
display_name : OS
1574
1574
values :
1575
- - id : " windows-64-go-1-13 "
1575
+ - id : " windows-64-go-1-15 "
1576
1576
display_name : " Windows 64-bit"
1577
1577
run_on :
1578
1578
- windows-64-vs2017-test
1579
1579
variables :
1580
1580
GCC_PATH : " /cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1581
- GO_DIST : " C:\\ golang\\ go1.13 "
1581
+ GO_DIST : " C:\\ golang\\ go1.15 "
1582
1582
PYTHON3_BINARY : " C:/python/Python38/python.exe"
1583
1583
VENV_BIN_DIR : " Scripts"
1584
- - id : " ubuntu1604-64-go-1-13 "
1584
+ - id : " ubuntu1604-64-go-1-15 "
1585
1585
display_name : " Ubuntu 16.04"
1586
1586
run_on : ubuntu1604-build
1587
1587
variables :
1588
- GO_DIST : " /opt/golang/go1.13 "
1588
+ GO_DIST : " /opt/golang/go1.15 "
1589
1589
PYTHON3_BINARY : " /opt/python/3.8/bin/python3"
1590
- - id : " osx-go-1-13 "
1590
+ - id : " osx-go-1-15 "
1591
1591
display_name : " MacOS 10.14"
1592
1592
run_on : macos-1014
1593
1593
variables :
1594
- GO_DIST : " /opt/golang/go1.13 "
1594
+ GO_DIST : " /opt/golang/go1.15 "
1595
1595
PYTHON3_BINARY : python3
1596
1596
1597
1597
- id : os-aws-auth
1598
1598
display_name : OS
1599
1599
values :
1600
- - id : " windows-64-vsMulti-small-go-1-13 "
1600
+ - id : " windows-64-vsMulti-small-go-1-15 "
1601
1601
display_name : " Windows 64-bit"
1602
1602
run_on :
1603
1603
- windows-64-vsMulti-small
1604
1604
variables :
1605
1605
GCC_PATH : " /cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin"
1606
- GO_DIST : " C:\\ golang\\ go1.13 "
1606
+ GO_DIST : " C:\\ golang\\ go1.15 "
1607
1607
SKIP_ECS_AUTH_TEST : true
1608
1608
PYTHON3 : " C:/python/Python38/python.exe"
1609
- - id : " ubuntu1804-64-go-1-13 "
1609
+ - id : " ubuntu1804-64-go-1-15 "
1610
1610
display_name : " Ubuntu 18.04"
1611
1611
run_on : ubuntu1804-test
1612
1612
variables :
1613
- GO_DIST : " /opt/golang/go1.13 "
1613
+ GO_DIST : " /opt/golang/go1.15 "
1614
1614
PYTHON3 : python3
1615
- - id : " osx-go-1-13 "
1615
+ - id : " osx-go-1-15 "
1616
1616
display_name : " MacOS 10.14"
1617
1617
run_on : macos-1014
1618
1618
variables :
1619
- GO_DIST : " /opt/golang/go1.13 "
1619
+ GO_DIST : " /opt/golang/go1.15 "
1620
1620
SKIP_ECS_AUTH_TEST : true
1621
1621
SKIP_EC2_AUTH_TEST : true
1622
1622
PYTHON3 : python3
@@ -1627,7 +1627,7 @@ buildvariants:
1627
1627
run_on :
1628
1628
- ubuntu1604-build
1629
1629
expansions :
1630
- GO_DIST : " /opt/golang/go1.13 "
1630
+ GO_DIST : " /opt/golang/go1.15 "
1631
1631
tasks :
1632
1632
- name : " .static-analysis"
1633
1633
@@ -1636,7 +1636,7 @@ buildvariants:
1636
1636
run_on :
1637
1637
- ubuntu1604-build
1638
1638
expansions :
1639
- GO_DIST : " /opt/golang/go1.13 "
1639
+ GO_DIST : " /opt/golang/go1.15 "
1640
1640
tasks :
1641
1641
- name : " .performance"
1642
1642
@@ -1645,7 +1645,7 @@ buildvariants:
1645
1645
run_on :
1646
1646
- ubuntu1604-test
1647
1647
expansions :
1648
- GO_DIST : " /opt/golang/go1.13 "
1648
+ GO_DIST : " /opt/golang/go1.15 "
1649
1649
tasks :
1650
1650
- name : " .compile-check"
1651
1651
@@ -1654,7 +1654,7 @@ buildvariants:
1654
1654
run_on :
1655
1655
- ubuntu1604-build
1656
1656
expansions :
1657
- GO_DIST : " /opt/golang/go1.13 "
1657
+ GO_DIST : " /opt/golang/go1.15 "
1658
1658
tasks :
1659
1659
- name : " atlas-test"
1660
1660
@@ -1663,7 +1663,7 @@ buildvariants:
1663
1663
run_on :
1664
1664
- ubuntu1604-build
1665
1665
expansions :
1666
- GO_DIST : " /opt/golang/go1.13 "
1666
+ GO_DIST : " /opt/golang/go1.15 "
1667
1667
tasks :
1668
1668
- name : " test-atlas-data-lake"
1669
1669
@@ -1717,22 +1717,22 @@ buildvariants:
1717
1717
- name : " aws-auth-test"
1718
1718
1719
1719
- matrix_name : " ocsp-test"
1720
- matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["ubuntu1604-64-go-1-13 "] }
1720
+ matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["ubuntu1604-64-go-1-15 "] }
1721
1721
display_name : " OCSP ${version} ${os-ssl-32}"
1722
1722
batchtime : 20160 # 14 days
1723
1723
tasks :
1724
1724
- name : " .ocsp"
1725
1725
1726
1726
- matrix_name : " ocsp-test-windows"
1727
- matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["windows-64-go-1-13 "] }
1727
+ matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["windows-64-go-1-15 "] }
1728
1728
display_name : " OCSP ${version} ${os-ssl-32}"
1729
1729
batchtime : 20160 # 14 days
1730
1730
tasks :
1731
1731
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
1732
1732
- name : " .ocsp-rsa !.ocsp-staple"
1733
1733
1734
1734
- matrix_name : " ocsp-test-macos"
1735
- matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["osx-go-1-13 "] }
1735
+ matrix_spec : { version: ["4.4", "latest"], os-ssl-32: ["osx-go-1-15 "] }
1736
1736
display_name : " OCSP ${version} ${os-ssl-32}"
1737
1737
batchtime : 20160 # 14 days
1738
1738
tasks :
0 commit comments