diff options
author | 2018-08-30 13:29:03 +0100 | |
---|---|---|
committer | 2018-08-30 08:29:03 -0400 | |
commit | 511a3bd252990e8b3fc04292752615307b4a0ad9 (patch) | |
tree | f92c98d5752e7bf206f19b9715f67487d557039e | |
parent | 38051b90893b23cb90960b20095337dd4a4057aa (diff) | |
download | coredns-511a3bd252990e8b3fc04292752615307b4a0ad9.tar.gz coredns-511a3bd252990e8b3fc04292752615307b4a0ad9.tar.zst coredns-511a3bd252990e8b3fc04292752615307b4a0ad9.zip |
release: kick travis to 1.11 (#2071)
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0ecc5b433..39ea9e160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: language: go go: - - "1.10.x" + - "1.11.x" go_import_path: github.com/coredns/coredns |