diff --git a/tests/Go.Tests.ps1 b/tests/Go.Tests.ps1 index a508870..5fcf868 100644 --- a/tests/Go.Tests.ps1 +++ b/tests/Go.Tests.ps1 @@ -25,7 +25,7 @@ Describe "Go" { It "version is correct" { $versionOutput = Invoke-Expression "go version" - $versionOutput | Should -Match "go version go'$Version' linux/amd64" + $versionOutput | Should -Match "go version go$Version linux/amd64" } It "is used from tool-cache" {