From b0f861beef0a9c2e43f239f2363e0799f26700db Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Mon, 11 Mar 2024 17:58:46 -0700 Subject: [PATCH] update go --- .github/workflows/functional_test_v2.yaml | 12 ++++++------ .github/workflows/migration_tests.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 4cd97db43..f21383ef6 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache @@ -140,7 +140,7 @@ jobs: run: cd base && git checkout HEAD^ - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache @@ -196,7 +196,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache @@ -259,7 +259,7 @@ jobs: run: cd base && git checkout HEAD^ - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache @@ -311,7 +311,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache diff --git a/.github/workflows/migration_tests.yaml b/.github/workflows/migration_tests.yaml index 28cbb54e4..65b11311f 100644 --- a/.github/workflows/migration_tests.yaml +++ b/.github/workflows/migration_tests.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: ~1.20.8 + go-version: ~1.21.8 cache: false - name: Cache Go id: go-cache