feat: prepare test execution with mage & update tools

This commit is contained in:
Peter 2025-01-22 19:15:26 +01:00
parent 389af22e61
commit 604525de38
Signed by: prskr
GPG key ID: F56BED6903BC5E37
11 changed files with 87 additions and 170 deletions
magefiles

View file

@ -32,6 +32,10 @@ var (
templates *template.Template
)
const (
k8sVersion = "1.31.0"
)
func init() {
logLevel := new(slog.LevelVar)