Skip to content

Install modules using the go.mod file#137

Merged
casualjim merged 1 commit intogo-openapi:masterfrom
bcomnes:fix-travis-modules
Apr 19, 2019
Merged

Install modules using the go.mod file#137
casualjim merged 1 commit intogo-openapi:masterfrom
bcomnes:fix-travis-modules

Conversation

@bcomnes
Copy link
Copy Markdown
Contributor

@bcomnes bcomnes commented Apr 19, 2019

I noticed that modules were being installed by hand in travis. That is way to much manual labor for my taste. Setting modules to be on, even in GOPATH lets you use the mod file.

Signed-off-by: Bret Comnes <bcomnes@gmail.com>
@bcomnes bcomnes force-pushed the fix-travis-modules branch from ff8db47 to 0c75feb Compare April 19, 2019 22:29
@bcomnes bcomnes changed the title Install modules using the modfile Install modules using the go.mod file Apr 19, 2019
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2019

Codecov Report

Merging #137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   80.59%   80.59%           
=======================================
  Files          40       40           
  Lines        2293     2293           
=======================================
  Hits         1848     1848           
  Misses        345      345           
  Partials      100      100

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d6572c...0c75feb. Read the comment docs.

@casualjim casualjim merged commit a790424 into go-openapi:master Apr 19, 2019
@bcomnes bcomnes deleted the fix-travis-modules branch April 20, 2019 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants