serve webdav: disallow on go1.8 due to dependent library changes

golang.org/x/net/webdav no longer builds with go1.8
This commit is contained in:
Nick Craig-Wood
2018-11-25 16:34:51 +00:00
parent a6c28a5faa
commit d0eb8ddc30
4 changed files with 17 additions and 2 deletions

View File

@ -3,7 +3,7 @@
//
// We skip tests on platforms with troublesome character mappings
//+build !windows,!darwin
//+build !windows,!darwin,go1.9
package webdav