mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 16:45:40 +02:00
add cicd
This commit is contained in:
parent
2d0a367f1a
commit
8e5330fb82
5 changed files with 81 additions and 4 deletions
|
@ -17,9 +17,10 @@ import (
|
|||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
// DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD
|
||||
func loadVersions(config *Config) {
|
||||
config.PangolinVersion = "1.0.0-beta.8"
|
||||
config.GerbilVersion = "1.0.0-beta.3"
|
||||
config.PangolinVersion = "replaceme"
|
||||
config.GerbilVersion = "replaceme"
|
||||
}
|
||||
|
||||
//go:embed fs/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue