pull/19/head
CrazyMax 6 years ago
parent 033c63db2c
commit f543d16638
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -109,8 +109,8 @@ function getDownloadUrl(filename: string): string {
function setGoEnvironmentVariables(goRoot: string) {
core.exportVariable('GOROOT', goRoot);
const goPath = getGoPath();
const goBin = process.env['GOBIN'] || '';
const goPath: string = getGoPath();
const goBin: string = process.env['GOBIN'] || '';
// set GOPATH and GOBIN as user value
if (goPath) {

Loading…
Cancel
Save