From 1160178c60129f7ff49a41cc14337a9a838afc4b Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:29:28 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 698c959af..8b5f591a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ pool: steps: - task: GoTool@0 inputs: - version: '1.1.0' + version: '1.10' - task: Bash@3 displayName: 'Build the executables'