From ddf16904c429fdb7077171e2535dd462cf91d791 Mon Sep 17 00:00:00 2001 From: Alex Pluchik Date: Wed, 2 Feb 2022 16:51:56 -0800 Subject: [PATCH] Bumping go to 1.17 --- .pipelines/build.yaml | 2 +- azure-pipelines-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/build.yaml b/.pipelines/build.yaml index c672f91d..afd79d2f 100644 --- a/.pipelines/build.yaml +++ b/.pipelines/build.yaml @@ -37,7 +37,7 @@ jobs: containerRegistry: mocimages-connection - task: GoTool@0 inputs: - version: '1.15.x' + version: '1.17.x' - script: | mkdir manifest diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index a1d9ab00..1a1f8c43 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -26,7 +26,7 @@ steps: containerRegistry: mocimages-connection - task: GoTool@0 inputs: - version: '1.15.x' + version: '1.17.x' - script: | git config --global url.ssh://git@github.com/.insteadOf https://github.com/