瀏覽代碼

ci: don't run `go vet ./...` as it's run as part of `golangci-lint`

See https://golangci-lint.run/usage/linters/#govet
Julien Voisin 1 年之前
父節點
當前提交
057f760196
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .github/workflows/linters.yml

+ 0 - 1
.github/workflows/linters.yml

@@ -29,7 +29,6 @@ jobs:
       - uses: actions/setup-go@v5
       - uses: actions/setup-go@v5
         with:
         with:
           go-version: "1.23.x"
           go-version: "1.23.x"
-      - run: "go vet ./..."
       - uses: golangci/golangci-lint-action@v6
       - uses: golangci/golangci-lint-action@v6
         with:
         with:
           args: >
           args: >