Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

build: migrate to go.mod #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Nov 13, 2018

  • also update go version to go 1.11 and test with go 1.10 and go 1.11.
  • replace github.com/jteeuwen/go-bindata with github.com/go-bindata/go-bindata
  • Use go 1.11 method to manage tools via a tools.go file with a build constraint
    to ignore it. In this way the tool dependency is saved inside go.mod and the
    tool can be install using go install

* also update go version to go 1.11 and test with go 1.10 and go 1.11.
* replace github.com/jteeuwen/go-bindata with github.com/go-bindata/go-bindata
* Use go 1.11 method to manage tools via a tools.go file with a build constraint
to ignore it. In this way the tool dependency is saved inside go.mod and the
tool can be install using `go install`
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.

1 participant