commit | 105df155031e6625326f74ff3a790fbfef5b6d4f | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Apr 13 15:55:14 2020 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Apr 30 18:38:41 2020 -0700 |
tree | 8e8db79ff0886e1db95edee7756ee9a5add7c16a | |
parent | 6c0bc754be355b9a1af0a6478e4b4cf7ed7f942d [diff] [blame] |
SEBA-902 single-olt tests; Pin protoc-gen-go to 1.3.2 to resolve compatibility issue; Run go mod tidy / go mod vendor on importer; Add Go Module support to demotest Change-Id: Ifde824fc9a6317b0adc1e12bea54ee1f9b788906
diff --git a/vendor/github.com/rcrowley/go-metrics/.travis.yml b/vendor/github.com/rcrowley/go-metrics/.travis.yml index 117763e..aead076 100644 --- a/vendor/github.com/rcrowley/go-metrics/.travis.yml +++ b/vendor/github.com/rcrowley/go-metrics/.travis.yml
@@ -1,13 +1,16 @@ language: go go: - - 1.3 - - 1.4 - - 1.5 - - 1.6 - - 1.7 - - 1.8 - - 1.9 + - "1.3" + - "1.4" + - "1.5" + - "1.6" + - "1.7" + - "1.8" + - "1.9" + - "1.10" + - "1.11" + - "1.12" script: - ./validate.sh