Skip to content

Commit 16c5dff

Browse files
committed
ci: enable version compatibility vet
1 parent 1e91217 commit 16c5dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: '1.24'
1717
- name: Run vet
1818
run: |
19-
go vet .
19+
go vet -stdversion ./...
2020
- name: Run golangci-lint
2121
uses: golangci/golangci-lint-action@v7
2222
with:

0 commit comments

Comments
 (0)