diff --git a/build/ci.yml b/build/ci.yml index f6f41f11..f485932c 100644 --- a/build/ci.yml +++ b/build/ci.yml @@ -19,7 +19,7 @@ steps: prepare_env_vars: &deps stage: Prepare title: prepare-env & download modules - image: quay.io/codefresh/golang-ci-helper:latest + image: quay.io/codefresh/golang-ci-helper:1.20.3 commands: - cf_export GO111MODULE=on - cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume diff --git a/build/release.yml b/build/release.yml index 4a4c6241..1b6ef42d 100644 --- a/build/release.yml +++ b/build/release.yml @@ -20,7 +20,7 @@ steps: check_version: &deps stage: Prepare title: check version - image: quay.io/codefresh/golang-ci-helper:latest + image: quay.io/codefresh/golang-ci-helper:1.20.3 commands: - cf_export GO111MODULE=on - cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume diff --git a/build/sanity.yml b/build/sanity.yml index bc1c2ce6..d651c355 100644 --- a/build/sanity.yml +++ b/build/sanity.yml @@ -18,7 +18,7 @@ steps: prep: &deps stage: "prepare" title: "prepare env vars" - image: quay.io/codefresh/golang-ci-helper:latest + image: quay.io/codefresh/golang-ci-helper:1.20.3 commands: - cf_export GO111MODULE=on - cf_export NAMESPACE=${{KUBE_NAMESPACE}}-$(date "+%M-%S")