File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 builder-url : ['gcr.io/gae-runtimes/buildpacks/go/builder:latest', '']
1212 uses : ./.github/workflows/buildpack-integration-test.yml
1313 with :
14- builder-runtime : ' go113 '
15- builder-runtime-version : ' 1.13 '
14+ builder-runtime : ' go120 '
15+ builder-runtime-version : ' 1.20 '
1616 http-builder-source : ' testdata'
1717 http-builder-target : ' HTTP'
1818 cloudevent-builder-source : ' '
1919 cloudevent-builder-target : ' '
2020 builder-url : ${{ matrix.builder-url }}
21- conformance-client-version : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
21+ conformance-client-version : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments