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