mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 21:50:05 +00:00
feat: update to go1.24 & support listening https (#1002)
* feat: support listening https * refactor * modernize * support snake case in config * more precise control of config fields * update goreleaser config * remove kubeyaml * fix: expose agent_secret * chore
This commit is contained in:
@@ -14,6 +14,8 @@ builds:
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=false
|
||||
tags:
|
||||
- go_json
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -31,6 +33,8 @@ builds:
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=false
|
||||
tags:
|
||||
- go_json
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -48,6 +52,8 @@ builds:
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=false
|
||||
tags:
|
||||
- go_json
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -65,6 +71,8 @@ builds:
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=false
|
||||
tags:
|
||||
- go_json
|
||||
goos:
|
||||
- windows
|
||||
goarch:
|
||||
|
||||
Reference in New Issue
Block a user