chore: build with 1.17.6

This commit is contained in:
Jan De Dobbeleer 2022-01-13 20:06:18 +01:00 committed by Jan De Dobbeleer
parent f512df208a
commit f37a36aad1

View file

@ -15,5 +15,5 @@ runs:
shell: pwsh
run: |
New-Item -Path ./bin -ItemType Directory
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.5/go' -OutFile "$env:GOROOT/bin/go"
Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.6/go' -OutFile "$env:GOROOT/bin/go"
chmod a+x "$env:GOROOT/bin/go" 2>&1