Skip to content

Commit

Permalink
Fix Go workspace version issue in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed Jun 10, 2020
1 parent 4a66dfd commit 63715f1
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.11' # Go installation path
GOROOT: '/usr/local/go1.13.12' # 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 63715f1

Please sign in to comment.