Skip to content

Dependency upgrades and linter fixes #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

kevindweb
Copy link
Contributor

@kevindweb kevindweb commented Jun 22, 2024

Diff

  • go get -u ./...
    • fixes for promql 2.53.0
    • upgraded to 1.22
    • nolint unparam for (*histogramOperator).processInputSeries which doesn't return an error
  • bingo upgrades
    • bingo get golangci-lint@latest
    • bingo get faillint@latest
    • bingo get goimports@latest
    • bingo wasn't resynced when previously upgraded to 0.9.0 (still at v0.5.2)
  • .errcheck_excludes.txt isn't necessary with the newest golangci-lint (exclude-functions can be inlined for clarity)

Test

  • make lint
    • golangci-lint run ./...
  • make test
  • make deps
  • fixed local lint errors for .golangci.yml

@kevindweb kevindweb closed this Jun 22, 2024
@kevindweb kevindweb deleted the linter-fix-series-set branch June 22, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant