Update Go.Tests.ps1

This commit is contained in:
aparnajyothi-y
2024-07-09 15:32:50 +05:30
committed by GitHub
parent 4856273f98
commit 38ee237c8e

View File

@@ -45,7 +45,7 @@ Describe "Go" {
}
It "cached version is used without downloading" {
Write-Host "Runner Type: $env:RUNNER_TYPE"
if ($env:RUNNER_TYPE -eq "self-hosted") {
# Get the installed version of Go
$goVersion = Invoke-Expression "go version"