Skip to content

Commit 1ed0409

Browse files
authored
Merge pull request #144 from remerge/CORE-1347-investigate-possible-go-module-cache-issue-in-ci
CORE-1347 Investigate possible Go Module Cache issue in CI
2 parents 2de65dc + 961720a commit 1ed0409

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/go-checks.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,6 @@ jobs:
8080
- uses: actions/setup-python@v5
8181
- name: Setup pre-commit
8282
run: python -m pip install pre-commit
83-
- name: go modules cache
84-
uses: actions/cache@v4
85-
with:
86-
path: |
87-
~/.cache/go-build
88-
~/go/pkg
89-
key: ${{ runner.os }}-go-mod-${{ github.job }}-${{ hashFiles('**/go.sum') }}
90-
restore-keys: |
91-
${{ runner.os }}-go-mod-${{ github.job }}-
92-
- name: go tools cache
93-
uses: actions/cache@v4
94-
with:
95-
path: |
96-
${{ github.workspace }}/.tools
97-
key: ${{ runner.os }}-go-tools-${{ inputs.golang_version || env.GO_VERSION }}-${{ github.job }}
98-
restore-keys: |
99-
${{ runner.os }}-go-tools-${{ inputs.golang_version || env.GO_VERSION }}-${{ github.job }}
10083
- uses: actions/setup-go@v5
10184
with:
10285
go-version: ${{ inputs.golang_version || env.GO_VERSION }}

0 commit comments

Comments
 (0)