diff options
author | Wolfy-J <[email protected]> | 2019-05-03 23:50:30 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 23:50:30 +0300 |
commit | d880d32c24d6f309d002541e42309c6b41dfc40b (patch) | |
tree | 00ebb5e92799c60ac4050f634b0773969384f3ae /.travis.yml | |
parent | b482cdc42bc8946035c38842be72d44547ef0c7a (diff) |
watching
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 53c3b379..58138aa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go sudo: required go: - - "1.11.x" + - "1.12.x" install: - export GO111MODULE=on |