Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Remove use of dep and update version of Go to Go 1.13 #8

Merged
merged 2 commits into from
Sep 4, 2019

Conversation

leighmcculloch
Copy link
Contributor

@leighmcculloch leighmcculloch commented Sep 4, 2019

Summary

Remove use of dep and update version of Go to Go 1.13.

Goal and scope

The stellar/go repo was changed in stellar/go#1542 to use the build-in Go Modules instead of Dep for dependency management. The standard go commands can now be relied on for downloading and installing dependencies without any need to run any additional commands like we had to with Dep. Go 1.13 is the latest version of Go and we should use it for these tests since the repository no longer supports Go 1.10.

Close #6

Summary of changes

  • Update Go version to 1.13
  • Remove use of Dep

Known limitations & issues

N/A

What shouldn't be reviewed

N/A

@leighmcculloch leighmcculloch marked this pull request as ready for review September 4, 2019 23:26
@leighmcculloch leighmcculloch requested review from howardtw and poliha and removed request for howardtw September 4, 2019 23:26
@leighmcculloch leighmcculloch changed the title Update for the Go monorepo using Modules Remove use of dep and update version of Go to Go 1.13 Sep 4, 2019
@leighmcculloch leighmcculloch merged commit 3dad304 into master Sep 4, 2019
@leighmcculloch leighmcculloch deleted the modules branch September 4, 2019 23:47
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.

Update to work with Go Modules after stellar/go#1542
2 participants