index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Joe Chen <jc@unknwon.io>
2022-10-09 23:12:03 +0800
committer
GitHub <noreply@github.com>
2022-10-09 23:12:03 +0800
commit
50e5766867165d7736a9afeb8c3499bed6dda129
(
patch
)
tree
1634eadc7fbe5694a0f9d182d241672107023c1a
/
gogs.go
parent
8982a42d38c537de87fabcc59f062841f1c437c2
(
diff
)
build: remove support of Go 1.17 (#7177)
Diffstat
(limited to 'gogs.go')
-rw-r--r--
gogs.go
3
1 files changed, 1 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 542e90fd..4ec003d2 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -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