Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 8fccb71

Browse files
committed
Bump test constants
1 parent b7b208c commit 8fccb71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class TestConstants {
1919
// TODO consider checking the Docker api version instead of "GITHUB_ACTOR"
2020
if (LocalDocker.isNativeWindows()) {
2121
versionDetails = [
22-
ApiVersion : { it == "1.41" },
22+
ApiVersion : { it == "1.42" },
2323
Arch : { it in ["amd64", "arm64"] },
24-
BuildTime : { it =~ "2022-\\d{2}-\\d{2}T\\w+" },
24+
BuildTime : { it =~ "2023-\\d{2}-\\d{2}T\\w+" },
2525
GitCommit : { it =~ "\\w{6,}" },
26-
GoVersion : { it == "go1.18.7" },
26+
GoVersion : { it == "go1.19.8" },
2727
KernelVersion: { it =~ "\\d.\\d{1,2}.\\d{1,2}\\w*" },
2828
MinAPIVersion: { it == "1.24" },
2929
Os : { it == "windows" },

0 commit comments

Comments
 (0)