From 8ac79c707caf70f0003a568614cf04791ef2d21f Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 13 Nov 2023 16:48:28 -0800 Subject: [PATCH] chore: updates go version for CI (#2499) --- .github/workflows/deploy.yml | 3 ++- .github/workflows/test.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8f9f32c..b0d477cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,8 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: 1.20.x + go-version: 1.21.x + check-latest: true - name: Checkout code uses: actions/checkout@v4 - name: Run Go Tests with Coverage diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52ada738..fffbc912 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,8 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: 1.20.x + go-version: 1.21.x + check-latest: true - name: Checkout code uses: actions/checkout@v4 - name: Run Go Tests with Coverage