We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec12089 commit c37ad66Copy full SHA for c37ad66
.travis.yml
@@ -3,7 +3,7 @@ language: go
3
go:
4
- 1.9.x
5
- 1.10.x
6
- # - 1.11beta2 - https://github.com/golang/go/issues/26671
+ - 1.11.x
7
script: make check_generated test
8
9
after_success:
@@ -21,6 +21,4 @@ deploy:
21
on:
22
tags: true
23
# it's important to build on the newest version of go:
24
- # - go1.11 type checking properly supports _wasm.go file, without that golangci-lint won't compile program with go 1.11 env
25
- # but currently go1.11 has bugs, so we build on go1.10
26
- condition: $TRAVIS_GO_VERSION =~ ^1\.10\.
+ condition: $TRAVIS_GO_VERSION =~ ^1\.11
0 commit comments