File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments