From b909b6f20eff21d61afcb21ff4f3d6402f233c6b Mon Sep 17 00:00:00 2001 From: Nick Neisen Date: Thu, 30 Nov 2023 12:26:36 -0700 Subject: [PATCH] Bump go version in tests --- .github/workflows/e2e.yml | 4 ++-- .github/workflows/integration.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 665c6a5c6..6b0c17b86 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 240 steps: - - name: Set up Go 1.19.10 + - name: Set up Go 1.21.3 uses: actions/setup-go@v1 with: - go-version: 1.19.10 + go-version: 1.21.3 id: go - name: Setup Go binary path diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b158b4eef..c3853947e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,10 +13,10 @@ jobs: timeout-minutes: 60 steps: - - name: Set up Go 1.19.10 + - name: Set up Go 1.21.3 uses: actions/setup-go@v1 with: - go-version: 1.19.10 + go-version: 1.21.3 id: go - name: Setup environment