diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02fb8cfc41..0958e00508 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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 @@ -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: