build: remove support of Go 1.17 (#7177)

This commit is contained in:
Joe Chen
2022-10-09 23:12:03 +08:00
committed by GitHub
parent 8982a42d38
commit 50e5766867
11 changed files with 10 additions and 78 deletions

View File

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