aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-08-08 13:56:50 +0800
committerGitHub <noreply@github.com>2022-08-08 13:56:50 +0800
commita43b933c90ed7207e1d573bf118e3c37541835f8 (patch)
treec9db9bb6345628213cb481a943b2e4e0fdafb28f /gogs.go
parentcfa5ddbde82f8aa892a5cc56fcc5aa7388e27ddc (diff)
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>
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index dc7f1a17..542e90fd 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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