All checks were successful
Docker Build / build-and-push-image (push) Successful in 44s
Aligns the project name with the public URL (tg.arcodange.fr) and the Arcodange organization conventions. The 'homelab-gateway' name was too generic. Touches: chart name + helpers, image registry path, Go module path, secret/configmap names, deployment mountPath, all docs.
6 lines
87 B
Modula-2
6 lines
87 B
Modula-2
module github.com/arcodange/telegram-gateway
|
|
|
|
go 1.23
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|