1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

test_all: limit to go1.11 so the template used is supported

This commit is contained in:
Nick Craig-Wood
2018-11-23 16:05:09 +00:00
parent df01f7a4eb
commit bb10a51b39
6 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// Run a test
// +build go1.10
// +build go1.11
package main