mirror of
https://github.com/actions/go-versions.git
synced 2025-07-22 15:18:21 +02:00
fixed go tests
This commit is contained in:
parent
61a336f5ca
commit
41d8e92a16
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Describe "Go" {
|
||||||
|
|
||||||
It "version is correct" {
|
It "version is correct" {
|
||||||
$versionOutput = Invoke-Expression "go version"
|
$versionOutput = Invoke-Expression "go version"
|
||||||
$versionOutput | Should -Match "go version '$Version' linux/amd64"
|
$versionOutput | Should -Match "go version go'$Version' linux/amd64"
|
||||||
}
|
}
|
||||||
|
|
||||||
It "is used from tool-cache" {
|
It "is used from tool-cache" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue