From f553a8c67713bbae0396214a3cca85a6dc72577d Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Fri, 13 Feb 2026 19:16:38 -0800 Subject: [PATCH] test: validate resolve-latest fix from conformance repo --- .github/workflows/buildpack-integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildpack-integration-test.yml b/.github/workflows/buildpack-integration-test.yml index 2c028fa9..5d7888e2 100644 --- a/.github/workflows/buildpack-integration-test.yml +++ b/.github/workflows/buildpack-integration-test.yml @@ -48,7 +48,7 @@ jobs: builder-runtime-version: '3.10' start-delay: 5 python311: - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@fix-resolve-latest with: http-builder-source: 'tests/conformance' http-builder-target: 'write_http_declarative' @@ -58,6 +58,7 @@ jobs: builder-runtime: 'python311' builder-runtime-version: '3.11' start-delay: 5 + conformance-action-version: 'fix-resolve-latest' # Python 3.12 conformance tests are disabled due to the buildpack defaulting to # Ubuntu 18.04, which has no Python 3.12 version, and being unable to specify # the OS/stack via the conformance test configuration