We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad5834 commit 2ae043fCopy full SHA for 2ae043f
.github/workflows/scripts/pre-submit.e2e.go.default.sh
@@ -41,7 +41,7 @@ LDFLAGS=$(e2e_this_file | cut -d '.' -f4 | grep -v noldflags)
41
e2e_verify_common_all "$ATTESTATION"
42
43
# Verify Go specific environment vars are set
44
-e2e_verify_predicate_invocation_environment "$ATTESTATION" "os" "ubuntu22"
+e2e_verify_predicate_invocation_environment "$ATTESTATION" "os" "ubuntu24"
45
e2e_verify_predicate_invocation_environment "$ATTESTATION" "arch" "X64"
46
47
# Verify the subject and build type
0 commit comments