mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
chore: update to go 1.17.7
This commit is contained in:
parent
b4eadff3b6
commit
2434acd828
|
@ -15,5 +15,5 @@ runs:
|
|||
shell: pwsh
|
||||
run: |
|
||||
New-Item -Path ./bin -ItemType Directory
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.6/go' -OutFile "$env:GOROOT/bin/go"
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.7/go' -OutFile "$env:GOROOT/bin/go"
|
||||
chmod a+x "$env:GOROOT/bin/go" 2>&1
|
||||
|
|
Loading…
Reference in a new issue