Skip to content

Tracking Outdated GolangCI-Lint Versions #49

@sebrandon1

Description

@sebrandon1

GolangCI-Lint Version Status Report

Last Updated: 2026-02-23 07:47:40 UTC
Latest GolangCI-Lint Version: v2.10.1
Reference: GolangCI-Lint Releases

Summary

  • Total Repositories Scanned: 912
  • Repositories Skipped (forks): 296
  • Repositories Skipped (abandoned - no commits in 6 months): 238
  • Repositories Skipped (no go.mod): 109
  • Go Repositories Checked: 269
  • Repositories with Outdated GolangCI-Lint: 34
  • Outdated Percentage: 12.6%

openshift-kni

Repositories with Outdated GolangCI-Lint: 4

Repository Current Version Latest Version Source File Last Updated
numaresources-operator v2.2.1 v2.10.1 Makefile 2026-02-21
cluster-group-upgrades-operator v1.64.8 v2.10.1 Makefile 2026-02-19
lifecycle-agent v1.64.8 v2.10.1 Makefile 2026-02-18
oran-o2ims v2.4.0 v2.10.1 Makefile 2026-02-18

redhat-openshift-ecosystem

Repositories with Outdated GolangCI-Lint: 3

Repository Current Version Latest Version Source File Last Updated
openshift-preflight v2.1.6 v2.10.1 Makefile 2026-02-19
preflight-trigger v2.1.6 v2.10.1 Makefile 2026-02-16
operator-certification-operator v2.1.6 v2.10.1 Makefile 2026-02-10

openshift

Repositories with Outdated GolangCI-Lint: 25

Repository Current Version Latest Version Source File Last Updated
sandboxed-containers-operator v2.0.2 v2.10.1 Makefile 2026-02-23
lws-operator v2.8.0 v2.10.1 Makefile 2026-02-23
backplane-cli v2.5.0 v2.10.1 Makefile 2026-02-23
kueue-operator v2.7.2 v2.10.1 Makefile 2026-02-22
ocm-container v2.1.6 v2.10.1 Makefile 2026-02-21
oadp-operator v2.9.0 v2.10.1 Makefile 2026-02-20
linuxptp-daemon v2.6 v2.10.1 .github/workflows/linter.yml 2026-02-19
telemeter v1.64.8 v2.10.1 Makefile 2026-02-19
cluster-image-registry-operator v1.64.8 v2.10.1 Makefile 2026-02-19
configuration-anomaly-detection v2.0.2 v2.10.1 Makefile 2026-02-18
multus-networkpolicy v2.0.2 v2.10.1 .github/workflows/ci.yml 2026-02-16
cluster-monitoring-operator v2.0.2 v2.10.1 Makefile 2026-02-13
installer v1.17 v2.10.1 .golangci.yaml 2026-02-12
jobset-operator v2.8.0 v2.10.1 Makefile 2026-02-11
cluster-node-tuning-operator v2.2.1 v2.10.1 Makefile 2026-02-09
zero-trust-workload-identity-manager v1.59.1 v2.10.1 Makefile 2026-02-06
backplane-tools v1.55.0 v2.10.1 Makefile 2026-01-27
frr v2.2.2 v2.10.1 Makefile 2026-01-19
cloud-provider-powervs v1.61.0 v2.10.1 Makefile 2026-01-13
ingress-node-firewall v1.54.2 v2.10.1 Makefile 2026-01-09
splunk-token-operator v2.1.0 v2.10.1 Makefile 2026-01-05
sriov-network-device-plugin v2.3.1 v2.10.1 Makefile 2025-12-22
sriov-cni v1.64.7 v2.10.1 Makefile 2025-12-22
containernetworking-plugins v2.3.0 v2.10.1 .github/workflows/test.yaml 2025-11-24
pf-status-relay-operator v1.61.0 v2.10.1 Makefile 2025-10-16

crc-org

Repositories with Outdated GolangCI-Lint: 2

Repository Current Version Latest Version Source File Last Updated
crc-cloud v1.55.2 v2.10.1 Makefile 2025-12-12
admin-helper v1.54.2 v2.10.1 Makefile 2025-12-12

How to Update

GitHub Actions (golangci-lint-action)

Update the version in your workflow file (e.g., .github/workflows/golangci-lint.yml):

- name: golangci-lint
  uses: golangci/golangci-lint-action@v2.10.1
  with:
    version: v2.10.1

Makefile

Update the version variable in your Makefile:

GOLANGCI_LINT_VERSION = v2.10.1

Or if using go install:

go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.10.1

Direct Installation

go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.10.1

Resources


This issue is automatically updated by the golangci-lint-checker.sh script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions