mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
fix: build with go 1.17.4
This commit is contained in:
parent
b8e8eddd01
commit
dc8db5dd25
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Override Go ♻️
|
||||
run: |
|
||||
New-Item -Path ./bin -ItemType Directory
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.3/go' -OutFile "$env:GOROOT/bin/go"
|
||||
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.4/go' -OutFile "$env:GOROOT/bin/go"
|
||||
chmod a+x "$env:GOROOT/bin/go" 2>&1
|
||||
- name: Tag HEAD 😸
|
||||
run: git tag ${{ needs.changelog.outputs.tag }}
|
||||
|
|
Loading…
Reference in a new issue