diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 231de300..edf3eaa8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -52,17 +52,8 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.63 - - # Optional: golangci-lint command line arguments. - args: --config=.golangci.yml - - # actions/setup-go already handles caching - skip-cache: true + - name: run golangci-lint + run: make golangci-lint govulncheck: name: govulncheck