Skip to content

Commit 264c631

Browse files
committed
chore: skip caching go modules twice
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent e9f7fb6 commit 264c631

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ jobs:
3939
with:
4040
go-version: ${{ matrix.go }}
4141

42-
- name: Cache Go modules
43-
uses: actions/cache/restore@v4
44-
with:
45-
path: |
46-
~/.cache/go-build
47-
~/go/pkg/mod
48-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
49-
restore-keys: |
50-
${{ runner.os }}-go-
51-
5242
- name: Setup Node.JS ${{ matrix.node }}
5343
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
5444
with:
@@ -60,7 +50,6 @@ jobs:
6050
with:
6151
languages: ${{ matrix.language }}
6252

63-
6453
- name: Autobuild
6554
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
6655

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go }}
2929

30-
- name: Cache Go modules
31-
uses: actions/cache@v4
32-
with:
33-
path: |
34-
~/.cache/go-build
35-
~/go/pkg/mod
36-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37-
restore-keys: |
38-
${{ runner.os }}-go-
39-
4030
- name: Setup Node.JS ${{ matrix.node }}
4131
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4232
with:

0 commit comments

Comments
 (0)