From 61a336f5ca38f79cc07141244e72ec9854201906 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Mon, 24 Aug 2020 15:00:11 +0300 Subject: [PATCH] fixed go tests --- tests/Go.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Go.Tests.ps1 b/tests/Go.Tests.ps1 index a11fd73..e65f24f 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 $Version + $versionOutput | Should -Match "go version '$Version' linux/amd64" } It "is used from tool-cache" {