go: update required version to be 1.17 and add 1.19 to CI (#7129)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
Joe Chen
2022-08-08 13:56:50 +08:00
committed by GitHub
parent cfa5ddbde8
commit a43b933c90
8 changed files with 99 additions and 41 deletions

View File

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