From ff9bf62a5cc165f56984d0285f28f51174119a77 Mon Sep 17 00:00:00 2001 From: Osama Esmail Date: Wed, 15 Jan 2025 11:43:00 -0800 Subject: [PATCH] bumped go version from 1.20 to 1.21 in quickstart_2.0.yml --- .github/workflows/quickstart_2.0.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/quickstart_2.0.yml b/.github/workflows/quickstart_2.0.yml index f6ce72493b6..078931a3d1e 100644 --- a/.github/workflows/quickstart_2.0.yml +++ b/.github/workflows/quickstart_2.0.yml @@ -20,10 +20,10 @@ jobs: with: ref: '2.0-stable' - - name: Set up Go 1.20 + - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: 1.21 id: go - name: Install Remaining Prerequisites @@ -49,10 +49,10 @@ jobs: with: ref: '2.0-stable' - - name: Set up Go 1.20 + - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: 1.21 id: go - name: Install Remaining Prerequisites @@ -77,10 +77,10 @@ jobs: with: ref: '2.0-stable' - - name: Set up Go 1.20 + - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: 1.21 id: go - name: Install Remaining Prerequisites