diff options
author | Andrea Barberio <insomniac@slackware.it> | 2018-10-25 23:56:24 +0100 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2018-10-26 07:31:35 +0100 |
commit | 1519b535ef5b119378973a3fe9e20ae6138e82a1 (patch) | |
tree | 8b45529748560fc3f867c1349554a12523bae236 | |
parent | d9fc5b6a46abbf5f5dc86a757bb696feed4e0901 (diff) |
Building with Go 1.11 stable instead of rc1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a69e92e..0293011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required go: - "1.9" - "1.10" - - "1.11rc1" + - "1.11" - tip before_install: |