1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 00:14:49 +00:00

update dependencies, KDM data URL and skip revive rules

This commit is contained in:
Rayan Das
2023-05-21 21:43:01 +05:30
parent d8a71a29ae
commit 44fb5d37b7
5 changed files with 356 additions and 1354 deletions

View File

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