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