Skip to content

Commit 6277270

Browse files
authored
Upgrade conformance test version to v0.3.9 (#118)
Also use Go 1.15. Go is only used to build the conformance test client.
1 parent eb6761e commit 6277270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conformance.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: '1.13'
24+
go-version: '1.15'
2525

2626
- name: Run HTTP conformance tests
27-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].7
27+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
2828
with:
2929
functionType: 'http'
3030
useBuildpacks: false
3131
validateMapping: false
3232
cmd: "'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3333

3434
- name: Run event conformance tests
35-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].7
35+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
3636
with:
3737
functionType: 'legacyevent'
3838
useBuildpacks: false
3939
validateMapping: false
4040
cmd: "'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4141

4242
- name: Run cloudevent conformance tests
43-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].7
43+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].9
4444
with:
4545
functionType: 'cloudevent'
4646
useBuildpacks: false

0 commit comments

Comments
 (0)