test_all: limit to go1.11 so the template used is supported
This commit is contained in:
parent
df01f7a4eb
commit
bb10a51b39
6 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
// Clean the left over test files
|
// Clean the left over test files
|
||||||
|
|
||||||
// +build go1.10
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Config handling
|
// Config handling
|
||||||
|
|
||||||
// +build go1.10
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build go1.10
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Run a test
|
// Run a test
|
||||||
|
|
||||||
// +build go1.10
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build go1.10
|
// +build go1.11
|
||||||
|
|
||||||
// Run tests for all the remotes. Run this with package names which
|
// Run tests for all the remotes. Run this with package names which
|
||||||
// need integration testing.
|
// need integration testing.
|
||||||
|
|
Loading…
Reference in a new issue