1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 15:34:36 +00:00

go generate

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
Chirayu Kapoor
2024-04-05 10:47:21 +05:30
parent 3b5fd33f25
commit 4aa1f211cd
3 changed files with 13 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import (
)
const (
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.8/data.json"
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.8/data.json"
dataFile = "data/data.json"
)