mirror of
https://github.com/actions/go-versions
synced 2024-11-09 15:12:38 +00:00
Update Go.Tests.ps1
This commit is contained in:
parent
81b9138763
commit
73f7463539
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Describe "Go" {
|
|||
# Check if the installed version of Go is the expected version
|
||||
$installedVersion = $goVersion -split " " | Select-Object -Index 2
|
||||
$installedVersion = $installedVersion -replace "go", "" -replace "v", ""
|
||||
$installedVersion | Should -Like "$env:VERSION*"
|
||||
$installedVersion | Should -BeLike "$env:VERSION*"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue