You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/09 11:11:02 UTC

(camel-k) 01/03: fix(ci): golang caching is already part of go actions

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit dd42fa8943f91f772e1f5f02978acaccf673897c
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Jan 4 09:59:21 2024 +0100

    fix(ci): golang caching is already part of go actions
---
 .github/actions/e2e-build/action.yml       | 8 --------
 .github/actions/release-nightly/action.yml | 7 -------
 2 files changed, 15 deletions(-)

diff --git a/.github/actions/e2e-build/action.yml b/.github/actions/e2e-build/action.yml
index d72389409..d3ac7dfeb 100644
--- a/.github/actions/e2e-build/action.yml
+++ b/.github/actions/e2e-build/action.yml
@@ -27,14 +27,6 @@ runs:
     name: Prepare Test Environment
     uses: ./.github/actions/kamel-prepare-env
 
-  - name: Cache modules
-    uses: actions/cache@v3
-    with:
-      path: ~/go/pkg/mod
-      key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
-      restore-keys: |
-        ${{ runner.os }}-go-
-
   - name: Test
     shell: bash
     run: make
diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index 7977626d9..c586465f5 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -57,13 +57,6 @@ runs:
         cluster-config-data: ${{ inputs.secretE2ECluster }}
         cluster-kube-config-data: ${{ inputs.secretE2EKube }}
         smoke-test-only: true
-    - name: Cache modules
-      uses: actions/cache@v3
-      with:
-        path: ~/go/pkg/mod
-        key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
-        restore-keys: |
-          ${{ runner.os }}-go-
     - name: Get nightly version and update date
       shell: bash
       run: |