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:
2121 - name : Setup Go
2222 uses : actions/setup-go@v2
2323 with :
24- go-version : ' 1.13 '
24+ go-version : ' 1.15 '
2525
2626 - 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
2828 with :
2929 functionType : ' http'
3030 useBuildpacks : false
3131 validateMapping : false
3232 cmd : " 'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'"
3333
3434 - 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
3636 with :
3737 functionType : ' legacyevent'
3838 useBuildpacks : false
3939 validateMapping : false
4040 cmd : " 'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'"
4141
4242 - 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
4444 with :
4545 functionType : ' cloudevent'
4646 useBuildpacks : false
You can’t perform that action at this time.
0 commit comments