mirror of
https://github.com/actions/go-versions.git
synced 2025-07-23 07:38:21 +02:00
migrated Go to GA
This commit is contained in:
parent
2873528ad9
commit
a75b0e4ce5
4 changed files with 245 additions and 3 deletions
|
@ -40,8 +40,8 @@ class GoBuilder {
|
|||
$this.Architecture = $architecture
|
||||
|
||||
$this.TempFolderLocation = [IO.Path]::GetTempPath()
|
||||
$this.WorkFolderLocation = $env:BUILD_BINARIESDIRECTORY
|
||||
$this.ArtifactFolderLocation = $env:BUILD_STAGINGDIRECTORY
|
||||
$this.WorkFolderLocation = $env:BINARIES_DIRECTORY
|
||||
$this.ArtifactFolderLocation = $env:ARTIFACT_DIRECTORY
|
||||
|
||||
|
||||
$this.InstallationTemplatesLocation = Join-Path -Path $PSScriptRoot -ChildPath "../installers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue