Skip to content

Commit c37ad66

Browse files
committed
Fix #206: build golangci-lint on go1.11
1 parent ec12089 commit c37ad66

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go:
44
- 1.9.x
55
- 1.10.x
6-
# - 1.11beta2 - https://github.com/golang/go/issues/26671
6+
- 1.11.x
77
script: make check_generated test
88

99
after_success:
@@ -21,6 +21,4 @@ deploy:
2121
on:
2222
tags: true
2323
# 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\.
24+
condition: $TRAVIS_GO_VERSION =~ ^1\.11

0 commit comments

Comments
 (0)