Skip to content

Commit

Permalink
Change go version + Release notes (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakulkar-msft authored Aug 8, 2023
1 parent 8e3d5d1 commit fd26c99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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/[email protected]
go install github.com/axw/gocov/[email protected]
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fd26c99

Please sign in to comment.