Skip to content

Commit

Permalink
Merge pull request #1074 from Azure/pipeline-Gofix
Browse files Browse the repository at this point in the history
Current pipeline: Fix Go workspace issue
  • Loading branch information
jananivMS authored May 18, 2020
2 parents 29e1e14 + b8676ba commit f5d222b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
MAJOR_VERSION: 0
MINOR_VERSION: 0
PATCH_VERSION: $(Build.BuildId)
GOROOT: '/usr/local/go1.13' # Go installation path
GOROOT: '/usr/local/go1.13.10' # Go installation path
GOPATH: '$(System.DefaultWorkingDirectory)/gopath' # Go workspace path
GOBIN: '$(GOPATH)/bin' # Go binaries path
MODULE_PATH: '$(GOPATH)/src/$(Build.Repository.Name)' # Path to the module's code
Expand Down

0 comments on commit f5d222b

Please sign in to comment.