From 3d038fec10d0e0ddbf3179712e84fc6df03d89c3 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Thu, 10 Feb 2022 13:54:55 -0500 Subject: [PATCH] ci: pin go version --- integration/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/Jenkinsfile b/integration/Jenkinsfile index 1a224d873..d0619b3a9 100644 --- a/integration/Jenkinsfile +++ b/integration/Jenkinsfile @@ -198,7 +198,7 @@ def void stopAndRemoveDockers() { def void setupWorkspace() { sh ''' - wget --quiet -O go.tar.gz "https://go.dev/dl/$(curl -L https://golang.org/VERSION?m=text).linux-amd64.tar.gz" + wget --quiet -O go.tar.gz "https://go.dev/dl/go1.17.6.linux-amd64.tar.gz" rm -rf /usr/local/go && tar -C /usr/local -xzf ./go.tar.gz git clone --single-branch --branch $BRANCH https://github.com/NetApp/harvest.git cp /u/mpeg/harvest/harvest_cert.yml $WORKSPACE/harvest/integration/test/