diff options
author | 2019-03-03 06:58:31 -0800 | |
---|---|---|
committer | 2019-03-03 14:58:31 +0000 | |
commit | b039f5cc6731391bd946fe7b4d369254020c4441 (patch) | |
tree | 56475d3e5c33cbad0de6c83864293431aed34fb3 | |
parent | 1e9fa297e764b3106579ac188b25fa234b86b430 (diff) | |
download | coredns-b039f5cc6731391bd946fe7b4d369254020c4441.tar.gz coredns-b039f5cc6731391bd946fe7b4d369254020c4441.tar.zst coredns-b039f5cc6731391bd946fe7b4d369254020c4441.zip |
Update to 1.12.x (#2646)
Automatically submitted.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f124f408d..c76ffcb33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: language: go go: - - "1.11.x" + - "1.12.x" go_import_path: github.com/coredns/coredns |