update CIs to Go 1.11

This commit is contained in:
Marten Seemann
2018-08-07 13:57:53 +07:00
parent 00775db9d5
commit e23c08eef9
9 changed files with 37 additions and 21 deletions

View File

@@ -18,6 +18,7 @@
],
"Linters": {
"vet": "go tool vet -printfuncs=Infof,Debugf,Warningf,Errorf:PATH:LINE:MESSAGE",
"misspell": "misspell -i ect:PATH:LINE:COL:MESSAGE"
"misspell": "misspell -i ect:PATH:LINE:COL:MESSAGE",
"megacheck": "megacheck -ignore github.com/lucas-clemente/quic-go/h2quic/response_writer_closenotifier.go:SA1019:PATH:LINE:COL:MESSAGE"
}
}