feat: prepare test execution with mage & update tools
This commit is contained in:
parent
389af22e61
commit
604525de38
11 changed files with 87 additions and 170 deletions
magefiles
|
@ -32,6 +32,10 @@ var (
|
|||
templates *template.Template
|
||||
)
|
||||
|
||||
const (
|
||||
k8sVersion = "1.31.0"
|
||||
)
|
||||
|
||||
func init() {
|
||||
logLevel := new(slog.LevelVar)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue