mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
chore: build with go 1.18.4
This commit is contained in:
parent
7d0ac0a930
commit
e36f2c1691
|
@ -10,10 +10,10 @@ runs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.18.1
|
go-version: 1.18.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.18.1/go' -OutFile "$env:GOROOT/bin/go"
|
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.18.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