go: update required version to be 1.16 (#6850)

This commit is contained in:
Joe Chen
2022-03-16 12:18:27 +08:00
committed by GitHub
parent 3539de754d
commit 39f64a1371
4 changed files with 8 additions and 7 deletions

View File

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