Skip to content

Commit

Permalink
Merge pull request russellcardullo#54 from chenrui333/go-1.13.4
Browse files Browse the repository at this point in the history
Bump golang to v1.13.4
  • Loading branch information
russellcardullo committed Dec 5, 2019
2 parents bc586ef + 448f314 commit 60e3a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
language: go

env:
- GO111MODULE=on

go:
- 1.11.x
- 1.13.x

install:
- make vendor
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/russellcardullo/go-pingdom

go 1.13

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit 60e3a37

Please sign in to comment.