Merge pull request #273 from juanfont/tailscale-1-20

Add new tailscale version to integration test
This commit is contained in:
Kristoffer Dalby 2022-01-13 22:21:27 +00:00 committed by GitHub
commit b6d0c4f2aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ import (
"tailscale.com/ipn/ipnstate"
)
var tailscaleVersions = []string{"1.18.1", "1.16.2", "1.14.3", "1.12.3"}
var tailscaleVersions = []string{"1.20.0", "1.18.2", "1.16.2", "1.14.3", "1.12.3"}
type TestNamespace struct {
count int