You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update documentation to reflect Go version changes (#4552)
- Remove the changelog entry about bumping minimum Go version to 1.24 and updating workflows
Signed-off-by: appleboy <[email protected]>
refactor: strengthen HTTPS security and improve code organization
- Enforce a minimum TLS version of 1.2 for HTTPS servers in RunTLS
- Refactor regular expression variable declarations into a grouped var block
Signed-off-by: Bo-Yi Wu <[email protected]>