2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: 提升go1.24

This commit is contained in:
耗子
2025-02-12 23:52:13 +08:00
parent fff4d3eae2
commit 73be25dcf7
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/tnb-labs/panel
go 1.23
go 1.24
require (
github.com/bddjr/hlfhr v1.3.8

View File

@@ -38,7 +38,7 @@ func NewHttp(conf *koanf.Koanf, r *chi.Mux) (*hlfhr.Server, error) {
if conf.Bool("http.tls") {
srv.TLSConfig = &tls.Config{
MinVersion: tls.VersionTLS13,
MinVersion: tls.VersionTLS12,
}
}