mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 04:21:19 -08:00
chore: build with go1.19.4
This commit is contained in:
parent
2b09eee61f
commit
ea308563bc
|
@ -10,10 +10,10 @@ runs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19.4
|
||||||
- name: Override Go ♻️
|
- name: Override Go ♻️
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
New-Item -Path ./bin -ItemType Directory
|
New-Item -Path ./bin -ItemType Directory
|
||||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.19/go' -OutFile "$env:GOROOT/bin/go"
|
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.19.4/go' -OutFile "$env:GOROOT/bin/go"
|
||||||
chmod a+x "$env:GOROOT/bin/go" 2>&1
|
chmod a+x "$env:GOROOT/bin/go" 2>&1
|
||||||
|
|
Loading…
Reference in a new issue