fix: missing ca-certs
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
Felipe M 2025-04-21 15:50:28 +02:00
parent 6aedfc794f
commit e0ae0c2a0b
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
4 changed files with 6 additions and 1 deletions

View file

@ -8,6 +8,8 @@ import (
"git.nakama.town/fmartingr/butterrobot/internal/app"
"git.nakama.town/fmartingr/butterrobot/internal/config"
_ "golang.org/x/crypto/x509roots/fallback"
)
func main() {