Skip to content

Commit 9df82d8

Browse files
fix: update builder image url to correct project repository (#264)
1 parent 5c37796 commit 9df82d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
prerun: ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/function', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
2626
builder-runtime: 'go118'
2727
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
2929
go116-buildpack-test:
3030
if: github.event.pull_request.head.repo.full_name == github.repository
3131
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
@@ -37,7 +37,7 @@ jobs:
3737
prerun: ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/function', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
3838
builder-runtime: 'go120'
3939
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
4141
non-declarative-buildpack-test:
4242
if: github.event.pull_request.head.repo.full_name == github.repository
4343
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
@@ -49,4 +49,4 @@ jobs:
4949
prerun: ${{format('testdata/conformance/prerun.sh {0} testdata/conformance/nondeclarative', github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha )}}
5050
builder-runtime: 'go118'
5151
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

0 commit comments

Comments
 (0)