bump ddev

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2023-11-27 13:58:53 +01:00
parent a1de0b96c3
commit 9025d63a63
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import (
"gotest.tools/v3/assert"
)
const ddevVersion = "v1.19.1"
const ddevVersion = "v1.21.1"
func TestComposeRunDdev(t *testing.T) {
if !composeStandaloneMode {
@ -73,7 +73,7 @@ func TestComposeRunDdev(t *testing.T) {
}
compressedFilename := fmt.Sprintf("ddev_%s-%s.%s.tar.gz", osName, runtime.GOARCH, ddevVersion)
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/drud/ddev/releases/download/%s/%s",
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/ddev/ddev/releases/download/%s/%s",
ddevVersion,
compressedFilename))