fix(bootstrap-go): set correct GOPATH

This commit is contained in:
Jan De Dobbeleer 2022-12-17 11:40:51 +01:00 committed by Jan De Dobbeleer
parent 175e5ece04
commit 2ff98e2c81

View file

@ -34,3 +34,4 @@ runs:
# Add to path
"$sourceFolder/bin" >> $env:GITHUB_PATH
"GOROOT=$sourceFolder" >> $env:GITHUB_ENV
"GOPATH=$sourceFolder" >> $env:GITHUB_ENV