Skip to content

Commit 765dd19

Browse files
authored
fix: fix cache version (#50)
1 parent 990caca commit 765dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: "1.22"
1414
- uses: actions/checkout@v2
15-
- uses: actions/cache@v4.0.0
15+
- uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.cache/go-build

0 commit comments

Comments
 (0)