diff --git a/.travis.yml b/.travis.yml index 2ebf0571..25cec76b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.12" + - "1.14" - "stable" env: diff --git a/go.mod b/go.mod index 7c411198..a9e03bf7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/yyyar/gobetween/main -go 1.12 +go 1.14 replace github.com/yyyar/gobetween => ./src diff --git a/src/go.mod b/src/go.mod index 0d46d534..32423426 100644 --- a/src/go.mod +++ b/src/go.mod @@ -1,6 +1,6 @@ module github.com/yyyar/gobetween -go 1.12 +go 1.14 require ( github.com/armon/go-metrics v0.3.3 // indirect diff --git a/vendor/.gitignore b/vendor/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/vendor/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore