Skip to content

Commit 0be7a92

Browse files
Disable Go cache
Avoid warning from lack of `go.sum` file.
1 parent afed18f commit 0be7a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oats.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Set up Go
6464
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6565
with:
66+
cache: false
6667
go-version: '1.24'
6768

6869
- name: Install OATS

0 commit comments

Comments
 (0)