From 64002dc0f731b1452a0e14605a53b5924502da1a Mon Sep 17 00:00:00 2001 From: Rail Aliiev Date: Wed, 14 Jul 2021 11:45:37 -0400 Subject: [PATCH] build: update TeamCity secondary go to 1.15.14 This updates the TeamCity agent go version to 1.15.14 Release note: None --- build/packer/teamcity-agent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/packer/teamcity-agent.sh b/build/packer/teamcity-agent.sh index 1065ecfb128c..bb9320f0a6aa 100644 --- a/build/packer/teamcity-agent.sh +++ b/build/packer/teamcity-agent.sh @@ -51,9 +51,9 @@ tar -C /usr/local -zxf /tmp/go.tgz && rm /tmp/go.tgz # Install the older version in parallel in order to run the acceptance test on older branches # TODO: Remove this when 21.1 is EOL -curl -fsSL https://dl.google.com/go/go1.15.11.linux-amd64.tar.gz > /tmp/go_old.tgz +curl -fsSL https://dl.google.com/go/go1.15.14.linux-amd64.tar.gz > /tmp/go_old.tgz sha256sum -c - <