-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change go version + Release notes (#2330)
- Loading branch information
1 parent
8e3d5d1
commit fd26c99
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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] | ||
|
@@ -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' | ||
|