From b250a5177b4d498191ba3cb69e6077961c2c8411 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 22 Sep 2022 14:16:39 +0200 Subject: [PATCH] chore: remove cache attempt --- .agola/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.agola/config.yml b/.agola/config.yml index 328b1f4..6f1b23f 100644 --- a/.agola/config.yml +++ b/.agola/config.yml @@ -6,14 +6,9 @@ runs: runtime: type: pod containers: - - image: docker.io/golang:1.19-bullseye - environment: - GOMODCACHE: /project/.go + - image: docker.io/alpine/git steps: - clone: - - run: - name: Download Go dependencies - command: go mod tidy --go=1.19 - save_to_workspace: contents: - source_dir: . @@ -26,7 +21,6 @@ runs: containers: - image: docker.io/golang:1.19-bullseye environment: - GOMODCACHE: /project/.go DOCKER_HOST: tcp://127.0.0.1:2375 - image: code.icb4dc0.de/prskr/ci-images/dind:latest privileged: true @@ -49,7 +43,6 @@ runs: containers: - image: docker.io/golangci/golangci-lint environment: - GOMODCACHE: /project/.go GO111MODULE: "on" CGO_ENABLED: "0" steps: