mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-22 06:27:46 +00:00
introduce a version subset we must test against
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
b4a4d0f760
commit
f8a58aa15b
@@ -21,7 +21,7 @@ func main() {
|
||||
log.Fatalf("failed to create or get network: %s", err)
|
||||
}
|
||||
|
||||
for _, version := range integration.TailscaleVersions {
|
||||
for _, version := range integration.AllVersions {
|
||||
log.Printf("creating container image for Tailscale (%s)", version)
|
||||
|
||||
tsClient, err := tsic.New(
|
||||
|
Reference in New Issue
Block a user