Update pipelines to demand go 1.17 and update OB container to go 1.17 (#2146)

This commit is contained in:
Ben Vesel 2022-05-31 16:44:29 +01:00 коммит произвёл GitHub
Родитель 51fd449e7e
Коммит 0442afdb22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -13,7 +13,7 @@ jobs:
displayName: Build release
pool:
name: ARO-CI
demands: go-1.16
demands: go-1.17
steps:
- template: ./templates/template-checkout.yml

Просмотреть файл

@ -9,7 +9,7 @@ jobs:
- job: Build_and_push_images
pool:
name: ARO-CI
demands: go-1.16
demands: go-1.17
steps:
- template: ./templates/template-checkout.yml

Просмотреть файл

@ -20,7 +20,7 @@ jobs:
condition: startsWith(variables['build.sourceBranch'], 'refs/tags/v2')
pool:
name: ARO-CI
demands: go-1.16
demands: go-1.17
steps:
- template: ./templates/template-checkout.yml

Просмотреть файл

@ -13,7 +13,7 @@ pr: none
variables:
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Debian_Frontend: noninteractive
resources:

Просмотреть файл

@ -13,7 +13,7 @@ pr: none
variables:
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Debian_Frontend: noninteractive
resources:

Просмотреть файл

@ -21,7 +21,7 @@ jobs:
- template: ../vars.yml
pool:
name: ARO-CI
demands: go-1.16
demands: go-1.17
environment: ${{ parameters.environment }}
strategy:
runOnce:

Просмотреть файл

@ -22,7 +22,7 @@ jobs:
- template: ../vars.yml
pool:
name: ARO-CI
demands: go-1.16
demands: go-1.17
environment: ${{ parameters.environment }}
strategy:
runOnce: