From 33915a452abcd0016447fb8a881575252605c10e Mon Sep 17 00:00:00 2001 From: Steve Lorello <42971704+slorello89@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:18:29 -0400 Subject: [PATCH] fixing CI for release/integration (#308) --- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0ec1522..22f3336 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -61,7 +61,7 @@ jobs: if: steps.check-for-backend.outputs.has-backend == 'true' uses: actions/setup-go@v2 with: - go-version: "1.16" + go-version: "1.19" - name: Test backend if: steps.check-for-backend.outputs.has-backend == 'true' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd75a92..3486eda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: if: steps.check-for-backend.outputs.has-backend == 'true' uses: actions/setup-go@v2 with: - go-version: "1.16" + go-version: "1.19" - name: Test backend if: steps.check-for-backend.outputs.has-backend == 'true'