mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: update to go1.18.1
This commit is contained in:
parent
49e8725f66
commit
8e1902b4de
|
@ -10,10 +10,10 @@ runs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.18.1
|
||||
- name: Override Go ♻️
|
||||
shell: pwsh
|
||||
run: |
|
||||
New-Item -Path ./bin -ItemType Directory
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.18/go' -OutFile "$env:GOROOT/bin/go"
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.18.1/go' -OutFile "$env:GOROOT/bin/go"
|
||||
chmod a+x "$env:GOROOT/bin/go" 2>&1
|
||||
|
|
Loading…
Reference in a new issue