Skip to content

Commit

Permalink
update go version on release stage for mac and windows to 1.21.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 10, 2023
1 parent c6629b1 commit 653edaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- uses: actions/checkout@v3
- name: Install Requirements
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x
- uses: actions/checkout@v3
- name: Install Requirements
shell: pwsh
Expand Down

0 comments on commit 653edaa

Please sign in to comment.