build: require Go 1.14 for using t.Cleanup (#6069)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-04-06 15:15:03 +08:00
committed by GitHub
parent 083ecb7244
commit 559af54e66
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// +build go1.13
// +build go1.14
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style