We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e91217 commit 3bb1014Copy full SHA for 3bb1014
.github/workflows/pr.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: '1.24'
17
- name: Run vet
18
run: |
19
- go vet .
+ go vet -stdversion ./...
20
- name: Run golangci-lint
21
uses: golangci/golangci-lint-action@v7
22
with:
0 commit comments