1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-05 00:40:10 +00:00

go generate

This commit is contained in:
Akhilesh Sarda
2024-01-17 23:32:23 +05:30
parent 8ee0cb9259
commit e238c7da0f
5 changed files with 106 additions and 8 deletions

View File

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