@@ -39,10 +39,10 @@ jobs:
39
39
- name : Setup Go
40
40
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
41
41
with :
42
- go-version : ' 1.16 '
42
+ go-version : ' 1.20 '
43
43
44
44
- name : Run HTTP conformance tests
45
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
45
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
46
46
with :
47
47
version : ' v1.6.0'
48
48
functionType : ' http'
51
51
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
52
52
53
53
- name : Run event conformance tests
54
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
54
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
55
55
with :
56
56
version : ' v1.6.0'
57
57
functionType : ' legacyevent'
60
60
cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
61
61
62
62
- name : Run CloudEvents conformance tests
63
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
63
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
64
64
with :
65
65
version : ' v1.6.0'
66
66
functionType : ' cloudevent'
69
69
cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event --signature-type cloudevent'"
70
70
71
71
- name : Run HTTP conformance tests declarative
72
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
72
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
73
73
with :
74
74
version : ' v1.6.0'
75
75
functionType : ' http'
78
78
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative'"
79
79
80
80
- name : Run CloudEvents conformance tests declarative
81
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
81
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
82
82
with :
83
83
version : ' v1.6.0'
84
84
functionType : ' cloudevent'
87
87
cmd : " 'functions-framework --source tests/conformance/main.py --target write_cloud_event_declarative'"
88
88
89
89
- name : Run HTTP concurrency tests declarative
90
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
90
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
91
91
with :
92
92
version : ' v1.6.0'
93
93
functionType : ' http'
@@ -96,10 +96,11 @@ jobs:
96
96
cmd : " 'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
97
97
98
98
- name : Run Typed tests declarative
99
- uses : GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
99
+ uses : GoogleCloudPlatform/functions-framework-conformance/action@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
100
100
with :
101
101
version : ' v1.6.0'
102
102
functionType : ' http'
103
+ declarativeType : ' typed'
103
104
useBuildpacks : false
104
105
validateMapping : false
105
- cmd : " 'functions-framework --source tests/conformance/main.py --target write_typed_event_declarative '"
106
+ cmd : " 'functions-framework --source tests/conformance/main.py --target typed_conformance_test '"
0 commit comments