Giter Site home page Giter Site logo

Comments (4)

bep avatar bep commented on May 25, 2024 1

No problem.

If you run

GO111MODULE=on go get -v github.com/bep/s3deploy

Note that the above should be the default behaviour from Go 1.15, so I'm little bit surprised.

You should get the latest tagged version.

go get -v github.com/bep/[email protected]

Only works for >= Go 1.16.

from s3deploy.

bep avatar bep commented on May 25, 2024

I'm guessing here, but I assume that you build from source? Then I suspect the reason is that you build without Go Modules and that you have discovered a breaking change/bug in an upstream library.

I will keep this issue open to see what happened upstream, but you should be able to either

  1. Use one of the release binaries
  2. Build with a more recent Go version or build with GO111MODULE=on

from s3deploy.

mateus-batista avatar mateus-batista commented on May 25, 2024

Hi bep, thanks for the quick response,

I'm using a step on a CircleCI build just like this: run: go get -v github.com/bep/s3deploy

I believe that I can specify a version with run: go get -v github.com/bep/[email protected]

Sorry for the noob questions, I'm a little bit new to this

from s3deploy.

mateus-batista avatar mateus-batista commented on May 25, 2024

Hi bep,

I was able to solve the problem by specifying the golang version from the image I was using:

    docker:
      - image: circleci/golang:1.15.8

Thanks so much for your help, I'm closing the issue.

from s3deploy.

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.