diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ccf9f3f3..6d623182 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -48,6 +48,6 @@ jobs: - name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }} run: | curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION} - golangci-lint --version + golangci-lint run diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index f6d7cec9..e28cc18a 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -12,7 +12,7 @@ permissions: jobs: cross: - name: Go + name: Build runs-on: ${{ matrix.os }} env: CGO_ENABLED: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad22bd5f..74e44efa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,6 @@ jobs: # and so the load-generator cannot be installed with a simple `go install` - name: Checkout Boulder repository (load-generator) uses: actions/checkout@v4 - with: repository: letsencrypt/boulder path: boulder diff --git a/.golangci.yaml b/.golangci.yaml index 40fd400c..345ba5e0 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,6 +1,3 @@ -run: - timeout: 9m - linters-settings: gocyclo: min-complexity: 25 @@ -36,7 +33,7 @@ linters: issues: exclude-use-default: true - max-per-linter: 0 + max-issues-per-linter: 0 max-same-issues: 0 # The following excludes are considered false-positives/known-OK. exclude-rules: