From db17aaf7cd76ed4d17944f6313d0e7f8d5687b5d Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:26:54 +0200 Subject: [PATCH] build: remove separate go module cache step as its done by setup-go --- .github/workflows/build.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 675f1c87d..5c1136d5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,14 +168,6 @@ jobs: printf "\n\nSystem environment:\n\n" env - - name: Go module cache - uses: actions/cache@v4 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Build rclone shell: bash run: | @@ -271,14 +263,6 @@ jobs: with: go-version: '>=1.22.0-rc.1' - - name: Go module cache - uses: actions/cache@v4 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Set global environment variables shell: bash run: |