Skip to content
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

deps: bazel, Go, nix #2824

Merged
merged 6 commits into from
Jan 22, 2024
Merged

deps: bazel, Go, nix #2824

merged 6 commits into from
Jan 22, 2024

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b80cff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5739df6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a398e01 View commit details
    Browse the repository at this point in the history
  4. nix: update flake.lock

    malt3 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ee45217 View commit details
    Browse the repository at this point in the history
  5. deps: Go 1.21.6

    malt3 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    367d9c7 View commit details
    Browse the repository at this point in the history
  6. goleak: ignore rules_go SIGTERM handler

    rules_go added a SIGTERM handler that has a goroutine that survives the scope of the goleak check.
    Currently, the best known workaround is to ignore this goroutine.
    
    uber-go/goleak#119
    bazelbuild/rules_go#3749
    bazelbuild/rules_go#3827 (comment)
    malt3 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0bd35a0 View commit details
    Browse the repository at this point in the history