mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-09 12:02:28 +02:00
fixed tests
This commit is contained in:
parent
463ba460cd
commit
151fce70e3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Describe "Go" {
|
||||||
}
|
}
|
||||||
|
|
||||||
It "version is correct" {
|
It "version is correct" {
|
||||||
$versionOutput = Invoke-Expression "go --version"
|
$versionOutput = Invoke-Expression "go version"
|
||||||
$versionOutput | Should -Match $Version
|
$versionOutput | Should -Match $Version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue