Skip to content

Commit

Permalink
ci: pin go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Feb 10, 2022
1 parent 7f7d74e commit 3d038fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3d038fe

Please sign in to comment.