.golangci.yml 182 B

123456789
  1. # Created based on v2.6.2
  2. # NOTE: Keep this in sync with the version in .github/workflows/linter.yml
  3. version: "2"
  4. run:
  5. timeout: 5m
  6. modules-download-mode: readonly
  7. go: "1.24"