aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-20 00:40:44 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-20 00:40:44 -0700
commit7af7380a7e41159955fb833e413e9d0a32387ff6 (patch)
tree67f3f6eb77aced0309853b61de5107f525d42008
parentdc4d2145ffadbee3337fbc3171b9e7fa2016cce0 (diff)
downloadseaweedfs-7af7380a7e41159955fb833e413e9d0a32387ff6.tar.xz
seaweedfs-7af7380a7e41159955fb833e413e9d0a32387ff6.zip
update go version
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bad4a77f1..c574b0894 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
sudo: false
language: go
go:
- - 1.12.x
- - 1.13.x
- 1.14.x
+ - 1.15.x
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
@@ -45,4 +44,4 @@ deploy:
on:
tags: true
repo: chrislusf/seaweedfs
- go: 1.14.x
+ go: 1.15.x