Skip to content

Commit 3c47442

Browse files
committed
No cache for action
1 parent 536c03c commit 3c47442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010

1111
- name: Setup Go
1212
uses: actions/setup-go@v4
13+
with:
14+
go-version: '1.23'
15+
check-latest: true
16+
cache: false
1317

1418
- name: Run test
1519
run: make testall

0 commit comments

Comments
 (0)