Skip to content

Commit

Permalink
Bump TestConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 27, 2023
1 parent 52d46b2 commit 9177f22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ class TestConstants {
}
else {
versionDetails = [
ApiVersion : { it == "1.42" },
ApiVersion : { it == "1.43" },
Arch : { it in ["amd64", "arm64"] },
BuildTime : { it =~ "2023-\\d{2}-\\d{2}T\\w+" },
GitCommit : { it =~ "\\w{6,}" },
GoVersion : { it == "go1.19.10" },
GoVersion : { it == "go1.20.6" },
KernelVersion: { it =~ "\\d.\\d{1,2}.\\d{1,2}\\w*" },
MinAPIVersion: { it == "1.12" },
Os : { it == "linux" },
Expand Down

0 comments on commit 9177f22

Please sign in to comment.