Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Use go modules #179

Merged
merged 1 commit into from
Mar 19, 2019
Merged

Use go modules #179

merged 1 commit into from
Mar 19, 2019

Conversation

cpuguy83
Copy link
Member

This fixes issues with CI just using go get or having to fetch
external tools (such as dep).
The issue with ci using go get (without using go modules) is it
fetches the master/HEAD from the upstream repo which can easily (and
currently is) break.

This fixes issues with CI just using `go get` or having to fetch
external tools (such as `dep`).
The issue with ci using `go get` (without using go modules) is it
fetches the master/HEAD from the upstream repo which can easily (and
currently is) break.
@cpuguy83
Copy link
Member Author

ping @kkmsft

CI is currently broken because go get is not compiling due to changed API's upstream.
With go modules go build and go get work the right way and get the deps you expect.

@cpuguy83 cpuguy83 mentioned this pull request Mar 18, 2019
@khenidak khenidak merged commit 1acf071 into Azure:master Mar 19, 2019
@cpuguy83 cpuguy83 deleted the go-mods branch March 19, 2019 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants