GithubHelp home page GithubHelp logo

Comments (6)

dhui avatar dhui commented on May 20, 2024

It looks like you're using your own Dockerfile, not the one in migrate since that one uses go get -v ./...

The master branch of migrate now uses dep, so I'd use that instead. e.g. dep ensure -vendor-only If you need to pin to a released version of migrate, you'll need to wait for the next version which will officially support dep (and provide a docker image for the CLI).

from migrate.

namratachaudhary avatar namratachaudhary commented on May 20, 2024

Hey @dhui
I'm trying to use it as a package, and not cli, in which case go get -v should work, right? I even tried using dep by enforcing master in Gopkg.toml

[[constraint]]
  branch = "master"
  name = "github.com/golang-migrate/migrate"

But the go build still fails. Is there any other way around this?

from migrate.

dhui avatar dhui commented on May 20, 2024

go get and dep should work. Do you have any errors running go get or dep ensure?

Do you have more info for your build/compile errors? My guess is that the build issues are internal to your project/code as migrate is building fine in TravisCI.

from migrate.

namratachaudhary avatar namratachaudhary commented on May 20, 2024

I changed the dep installation to via-curl , and it worked.
No idea what changed, but this seems to be working fine.
Maybe I'll debug more and post findings.

Thanks a lot 😄

from migrate.

dmmulroy avatar dmmulroy commented on May 20, 2024

@namratachaudhary did you ever figure out what was happening? I'm having this same issue on our jenkins server but not locally.

from migrate.

dhui avatar dhui commented on May 20, 2024

@dmmulroy migrate currently uses modules to manage it dependencies. You'll need to run Go 1.11 to use that. I'd pin to v3.5.3 for module support as the future of modules in migrate is up in the air

from migrate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.