Browse Source

Switch Travis to Go 1.11

Michael 7 years ago
parent
commit
a9e9c347f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ addons:
 language: go
 go_import_path: "miniflux.app"
 go:
-  - "1.10"
+  - "1.11"
 before_install:
   - npm install -g jshint
   - go get -u github.com/golang/lint/golint