From 19f23efe4b24b4436b601ddb2074a795378a23d8 Mon Sep 17 00:00:00 2001 From: Holash Chand Date: Fri, 16 Aug 2024 16:42:51 +0530 Subject: [PATCH] temp 5 --- .github/workflows/maven.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b508b35eb..2006cf605 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,8 +29,14 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml','**/pom.xml', 'services/*/pom.xml', 'java/*/pom.xml', 'java/*/*/pom.xml', 'java/*/*/*/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- + - name: Cache Go modules + id: go-cache + uses: actions/cache@v4 + with: + path: ~/go/pkg/mod + key: ${{ runner.os }}-go-${{ hashFiles('services/**/go.mod', 'services/**/go.sum') }} - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v4 id: docker-cache with: path: /tmp/.buildx-cache