mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Bump Go & improve SQL layer
This commit is contained in:
parent
95c67acaa0
commit
15f8a64c86
14 changed files with 109 additions and 135 deletions
2
core/env/parser.go
vendored
2
core/env/parser.go
vendored
|
@ -129,7 +129,7 @@ func commandLineEnv() (f Flags, ok bool) {
|
|||
f.ConfigSource = "flags/environment"
|
||||
|
||||
if len(f.TLSVersion) == 0 {
|
||||
f.TLSVersion = "1.2"
|
||||
f.TLSVersion = "1.3"
|
||||
}
|
||||
|
||||
return f, ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue