Skip to content

Commit ba3513f

Browse files
authored
fix: update golang version in buildpack-integration-workflow-validation (#178)
1 parent c7b9c87 commit ba3513f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildpack-integration-workflow-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)