fix insecure tls when trigger task
This commit is contained in:
parent
87c3c8172a
commit
b9f5def5dc
5 changed files with 14 additions and 11 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.6.18.1025 Beta"
|
||||
const APP_VER = "0.6.18.1026 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue