From fd26c99a5afebb58babf5c68b153b985072984c6 Mon Sep 17 00:00:00 2001 From: Narasimha Kulkarni Date: Tue, 8 Aug 2023 08:40:38 +0530 Subject: [PATCH] Change go version + Release notes (#2330) --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0cebb40c..ddd904622 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ variables: - AZCOPY_GOLANG_VERSION: '1.20.2' + AZCOPY_GOLANG_VERSION: '1.19.12' + AZCOPY_GOLANG_VERSION_COVERAGE: '1.20.2' trigger: branches: @@ -153,7 +154,7 @@ jobs: steps: - task: GoTool@0 inputs: - version: $(AZCOPY_GOLANG_VERSION) + version: $(AZCOPY_GOLANG_VERSION_COVERAGE) - script: | go install github.com/jstemmer/go-junit-report@v0.9.1 go install github.com/axw/gocov/gocov@v1.1.0 @@ -233,7 +234,7 @@ jobs: - task: GoTool@0 name: 'Set_up_Golang' inputs: - version: $(AZCOPY_GOLANG_VERSION) + version: $(AZCOPY_GOLANG_VERSION_COVERAGE) - task: DownloadSecureFile@1 name: ciGCSServiceAccountKey displayName: 'Download GCS Service Account Key'