Skip to content

Commit

Permalink
Upgrade golang to 1.17.6
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Louca <dlouca@splunk.com>
  • Loading branch information
dloucasfx committed Jan 7, 2022
1 parent 032dd67 commit 51d16c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ whitesource:
- schedules
# allow_failure: false
cache:
key: "whitesource-go1.17.2"
key: "whitesource-go1.17.6"
paths:
- /usr/local/go
- /go/pkg/mod
Expand All @@ -60,8 +60,8 @@ whitesource:
set -e
if [ ! -d /usr/local/go ]; then
pushd /usr/local
wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
tar xzf go1.17.2.linux-amd64.tar.gz
wget https://golang.org/dl/go1.17.6.linux-amd64.tar.gz
tar xzf go1.17.6.linux-amd64.tar.gz
popd
fi
- export GOROOT=/usr/local/go
Expand Down Expand Up @@ -93,7 +93,7 @@ whitesource:
fi
.go-cache:
image: 'docker-hub.repo.splunkdev.net/golang:1.17.2'
image: 'docker-hub.repo.splunkdev.net/golang:1.17.6'
variables:
GOPATH: "$CI_PROJECT_DIR/.go"
before_script:
Expand Down

0 comments on commit 51d16c1

Please sign in to comment.