Skip to content

Commit

Permalink
fix: Add go1.16 requirement to run pipelines
Browse files Browse the repository at this point in the history
With addition of 4.9 release, the go build
have to run with go1.16

Signed-off-by: Petr Kotas <[email protected]>
  • Loading branch information
petrkotas committed Feb 4, 2022
1 parent 429ca7e commit fc5da3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/build-and-push-images-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
displayName: Build release
pool:
name: ARO-CI
demands: go-1.16

steps:
- template: ./templates/template-checkout.yml
Expand Down
1 change: 1 addition & 0 deletions .pipelines/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- job: Build_and_push_images
pool:
name: ARO-CI
demands: go-1.16

steps:
- template: ./templates/template-checkout.yml
Expand Down
1 change: 1 addition & 0 deletions .pipelines/templates/template-job-deploy-azure-env-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- template: ../vars.yml
pool:
name: ARO-CI
demands: go-1.16
environment: ${{ parameters.environment }}
strategy:
runOnce:
Expand Down
1 change: 1 addition & 0 deletions .pipelines/templates/template-job-deploy-azure-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- template: ../vars.yml
pool:
name: ARO-CI
demands: go-1.16
environment: ${{ parameters.environment }}
strategy:
runOnce:
Expand Down

0 comments on commit fc5da3d

Please sign in to comment.