From f37a36aad133628e0871cfdb0eb12cc1061befdc Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 13 Jan 2022 20:06:18 +0100 Subject: [PATCH] chore: build with 1.17.6 --- .github/workflows/composite/bootstrap-go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/bootstrap-go/action.yml b/.github/workflows/composite/bootstrap-go/action.yml index cc1cb267..7cc22ae2 100644 --- a/.github/workflows/composite/bootstrap-go/action.yml +++ b/.github/workflows/composite/bootstrap-go/action.yml @@ -15,5 +15,5 @@ runs: shell: pwsh run: | New-Item -Path ./bin -ItemType Directory - Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.5/go' -OutFile "$env:GOROOT/bin/go" + Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.6/go' -OutFile "$env:GOROOT/bin/go" chmod a+x "$env:GOROOT/bin/go" 2>&1