File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
prerun : ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/function', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
26
26
builder-runtime : ' go118'
27
27
builder-runtime-version : ' 1.18'
28
- builder-url : gcr.io/gae -runtimes/buildpacks/ google-gae-22/go/ builder:latest
28
+ builder-url : gcr.io/serverless -runtimes/google-22-full/ builder/go :latest
29
29
go116-buildpack-test :
30
30
if : github.event.pull_request.head.repo.full_name == github.repository
31
31
uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
37
37
prerun : ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/function', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
38
38
builder-runtime : ' go120'
39
39
builder-runtime-version : ' 1.20'
40
- builder-url : gcr.io/gae -runtimes/buildpacks/ google-gae-22/go/ builder:latest
40
+ builder-url : gcr.io/serverless -runtimes/google-22-full/ builder/go :latest
41
41
non-declarative-buildpack-test :
42
42
if : github.event.pull_request.head.repo.full_name == github.repository
43
43
uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
49
49
prerun : ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/nondeclarative', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
50
50
builder-runtime : ' go118'
51
51
builder-runtime-version : ' 1.18'
52
- builder-url : gcr.io/gae -runtimes/buildpacks/ google-gae-22/go/ builder:latest
52
+ builder-url : gcr.io/serverless -runtimes/google-22-full/ builder/go :latest
You can’t perform that action at this time.
0 commit comments