diff --git a/ci.properties b/ci.properties index ff15025fa7..0275f4f22c 100644 --- a/ci.properties +++ b/ci.properties @@ -6,4 +6,4 @@ GO_VER=1.12.5 GO_MIN_VER=1.12 -GO_MAX_VER=1.13 +GO_MAX_VER=1.14.99 diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 6f721ceaf6..4f9d9244de 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: - job: UnitTest pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 dependsOn: [] timeoutInMinutes: 60 steps: @@ -26,12 +26,14 @@ jobs: # TODO: resolve dependencies between dependencies.sh and install_deps.yml - script: make unit-test displayName: Run checks and unit test - - script: bash <(curl https://codecov.io/bash) + - script: bash <(curl https://codecov.io/bash) -t $CODECOV_UPLOAD_TOKEN + env: + CODECOV_UPLOAD_TOKEN: $(CODECOV_UPLOAD_TOKEN) displayName: Upload coverage to Codecov - job: IntegrationTest pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 dependsOn: [] timeoutInMinutes: 60 steps: