fix: non-constant format string in fmt.Errorf

This commit is contained in:
“Naeel”
2026-07-19 13:11:46 +04:00
parent 38d278427e
commit 4d14568852
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
nubes = {
source = "registry.kube5s.ru/nubes-test/nubes"
version = "5.1.9"
version = "5.1.10"
}
}
}