Skip to content

Commit c00095e

Browse files
author
me
committed
ignore unsafe
1 parent 8b9a8f6 commit c00095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go mod verify
3737

3838
- name: Vet
39-
run: go vet ./...
39+
run: go vet -unsafeptr=false ./...
4040

4141
- name: Test
4242
run: go test -v ./...

0 commit comments

Comments
 (0)