File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
21
21
- name : Setup Go
22
22
uses : actions/setup-go@v2
23
23
with :
24
- go-version : ' 1.13 '
24
+ go-version : ' 1.15 '
25
25
26
26
- name : Run HTTP conformance tests
27
- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
27
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
28
28
with :
29
29
functionType : ' http'
30
30
useBuildpacks : false
31
31
validateMapping : false
32
32
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
33
33
34
34
- name : Run event conformance tests
35
- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
35
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
36
36
with :
37
37
functionType : ' legacyevent'
38
38
useBuildpacks : false
39
39
validateMapping : false
40
40
cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
41
41
42
42
- name : Run cloudevent conformance tests
43
- uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7
43
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
44
44
with :
45
45
functionType : ' cloudevent'
46
46
useBuildpacks : false
You can’t perform that action at this time.
0 commit comments