diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 34d5d258..2b8a0a27 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -10,7 +10,7 @@ trigger: variables: FABRIC_VERSION: 2.4 GO_BIN: $(Build.Repository.LocalPath)/bin - GO_VER: 1.14.6 + GO_VER: 1.16.7 NODE_VER: 12.x PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin diff --git a/ci/templates/fabcar/azure-pipelines-go.yml b/ci/templates/fabcar/azure-pipelines-go.yml index 6e1562c6..c2fafd1b 100644 --- a/ci/templates/fabcar/azure-pipelines-go.yml +++ b/ci/templates/fabcar/azure-pipelines-go.yml @@ -7,9 +7,9 @@ steps: workingDirectory: fabcar displayName: Start Fabric - task: GoTool@0 - displayName: 'Use Go 1.14.2' + displayName: 'Use Go 1.16.7' inputs: - version: '1.14.2' + version: '1.16.7' - task: Go@0 displayName: 'go build' inputs: