Skip to content

Commit

Permalink
fix: upgrading go to support windows (#6001)
Browse files Browse the repository at this point in the history
### Description

Due to the latest `windows-2022` runner image no longer including a
"built from source" Go binary, we're running into
golang/go#51007

Luckily as of `1.20` Go is no longer shipping these precompiled object
files so we will hopefully not run into the issues.

### Testing Instructions

CI


Closes TURBO-1344

---------

Co-authored-by: Chris Olszewski <Chris Olszewski>
  • Loading branch information
chris-olszewski authored Sep 22, 2023
1 parent 00aa2db commit 6dbbb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: "1.20"
cache: true
cache-dependency-path: cli/go.sum

Expand Down

0 comments on commit 6dbbb67

Please sign in to comment.