Skip to content

Commit e7afc7d

Browse files
authored
fix: update to newest conformance test Action (#155)
1 parent e79fc74 commit e7afc7d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/conformance.yml

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

2626
- name: Run HTTP conformance tests
27-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
27+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.1.0
2828
with:
29+
version: 'v0.3.12'
2930
functionType: 'http'
3031
useBuildpacks: false
3132
validateMapping: false
3233
cmd: "'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3334

3435
- name: Run event conformance tests
35-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
36+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.1.0
3637
with:
38+
version: 'v0.3.12'
3739
functionType: 'legacyevent'
3840
useBuildpacks: false
3941
validateMapping: true
4042
cmd: "'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4143

4244
- name: Run cloudevent conformance tests
43-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
45+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.1.0
4446
with:
47+
version: 'v0.3.12'
4548
functionType: 'cloudevent'
4649
useBuildpacks: false
4750
validateMapping: true

0 commit comments

Comments
 (0)