Skip to content

Commit 2b6654c

Browse files
committed
GH Actions
1 parent 9fefd65 commit 2b6654c

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
uses: actions/setup-go@v5
4242
with:
4343
go-version: "1.22"
44+
# Use a more specific cache key to avoid corruption
4445
cache: true
46+
cache-dependency-path: "go.sum"
4547

4648
- name: Run unit tests
4749
run: go test ./... -v
@@ -57,7 +59,9 @@ jobs:
5759
uses: actions/setup-go@v5
5860
with:
5961
go-version: "1.22"
62+
# Use a more specific cache key to avoid corruption
6063
cache: true
64+
cache-dependency-path: "go.sum"
6165

6266
- name: Set up Node
6367
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)