Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-16 11:46:34 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-16 11:46:34 +0300
commitf28efd35820dc4909832c14dfd8ea6812ecead31 (patch)
tree73e5e7e3fb5375c81a4d230c996bf9eff32eb597 /.travis.yml
parent36d749f4ea2adb0fdcad2c411f3ca97c7a165e04 (diff)
Update to Go 1.11.13 and 1.12.9
Fixes #6228
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2eaad6b5e..385137946 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ env:
git:
depth: false
go:
- - "1.11.10"
- - "1.12.5"
+ - "1.11.13"
+ - "1.12.9"
- tip
os:
- linux