From 10082ba2741bf1d614c1c80154d680c2d832266f Mon Sep 17 00:00:00 2001 From: Michael Traver Date: Fri, 2 Apr 2021 14:18:09 -0700 Subject: [PATCH] Upgrade conformance test version to v0.3.9 Also use Go 1.15. Go is only used to build the conformance test client. --- .github/workflows/conformance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 5eb1be78..c905055f 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -21,10 +21,10 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.13' + go-version: '1.15' - name: Run HTTP conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7 + uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9 with: functionType: 'http' useBuildpacks: false @@ -32,7 +32,7 @@ jobs: cmd: "'functions-framework --source tests/conformance/main.py --target write_http --signature-type http'" - name: Run event conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7 + uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9 with: functionType: 'legacyevent' useBuildpacks: false @@ -40,7 +40,7 @@ jobs: cmd: "'functions-framework --source tests/conformance/main.py --target write_legacy_event --signature-type event'" - name: Run cloudevent conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.7 + uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9 with: functionType: 'cloudevent' useBuildpacks: false