Skip to content

Commit

Permalink
Merge pull request #47 from mstruebing/chore/useGoMod
Browse files Browse the repository at this point in the history
chore(dependencies): switch to go mod
  • Loading branch information
mstruebing committed May 2, 2019
2 parents 62c98cd + cd0743f commit f90a9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: go

env:
- GO111MODULE=on

go:
- 1.11
- 1.12

script:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
### Fixed
* golang ci errors
### Security
### Misc
* use go mod

## [1.1.1] - 2019-02-19
### Changed
Expand Down

0 comments on commit f90a9e0

Please sign in to comment.