Skip to content

Commit

Permalink
bumped go version from 1.20 to 1.21 in quickstart_2.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaesmailmsft committed Jan 15, 2025
1 parent d05c3e7 commit ff9bf62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/quickstart_2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ff9bf62

Please sign in to comment.