Skip to content

Commit a1b902e

Browse files
authored
[CI] Avoid a warning on check-native-headers job (#4146)
1 parent 1cd77e0 commit a1b902e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format-native.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag: v5.4.0
4242
with:
4343
go-version: '1.23.5'
44-
44+
cache: false # Suppress a warning given that there are no go.sum files in the repo
45+
4546
- name: Verify all native files have license headers
4647
shell: bash
4748
run: |

0 commit comments

Comments
 (0)