fix: build with go 1.17.4

This commit is contained in:
Jan De Dobbeleer 2021-12-13 12:21:08 +01:00
parent b8e8eddd01
commit dc8db5dd25
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -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 }}