mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-08 13:04:50 +02:00
Move back to * imports
This commit is contained in:
parent
f0ecfbb403
commit
e226a5e86b
2 changed files with 8 additions and 9 deletions
|
@ -19,9 +19,9 @@ import (
|
|||
|
||||
// DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD
|
||||
func loadVersions(config *Config) {
|
||||
config.PangolinVersion = "replaceme"
|
||||
config.GerbilVersion = "replaceme"
|
||||
config.BadgerVersion = "replaceme"
|
||||
config.PangolinVersion = "1.0.0-beta.9"
|
||||
config.GerbilVersion = "1.0.0-beta.3"
|
||||
config.BadgerVersion = "v1.0.0-beta.3"
|
||||
}
|
||||
|
||||
//go:embed fs/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue