Skip to content

Commit

Permalink
Upgraded Go version and dependencies (#63)
Browse files Browse the repository at this point in the history
* Upgraded Go version and dependencies
- upgraded to Go v1.14
- upgraded dependencies to latest versions
- dropped toml files
- updated Go versions in .travis.yml

* Removed deprecated `dep` dependency management tool from build pipeline
  • Loading branch information
george-stoica authored May 13, 2020
1 parent 4afccfd commit 5b61527
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 1,015 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: go

go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"

script:
- go get -u golang.org/x/lint/golint
- make lint
- go get github.com/stretchr/testify github.com/golang/dep/cmd/dep
- dep ensure -v -vendor-only
- go get github.com/stretchr/testify
- ./test.sh

after_success:
Expand Down
Loading

0 comments on commit 5b61527

Please sign in to comment.