Skip to content

Bump Go to avoid 1.24.3 vulnerabilities #2384

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

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .licenses-gomod.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
100644 8636632354937c5e3c83385df3096477a9a99a45 go.mod
100644 63143c4f6c5896e2222b3a3995de1b81517eb97a go.mod
8 changes: 4 additions & 4 deletions flakes/go/flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "A flake for Go 1.24.2";
description = "A flake for Go 1.24.4";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
Expand All @@ -11,10 +11,10 @@
in
{
packages.default = pkgs.go_1_24.overrideAttrs (old: {
version = "1.24.2";
version = "1.24.4";
src = pkgs.fetchurl {
url = "https://golang.org/dl/go1.24.2.linux-amd64.tar.gz";
sha256 = "sha256-aAl71oCDnLydRkoO3OT3wzOXXiepAkaJDp8QeMfnAq0=";
url = "https://golang.org/dl/go1.24.4.linux-amd64.tar.gz";
sha256 = "sha256-d+XaM7tyrq7xukQYtv5RG8TQQYc8v4LlqmMYdA35hxc=";
};
});
});
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2

go 1.24.0

toolchain go1.24.3
toolchain go1.24.4

require (
cloud.google.com/go/kms v1.22.0
Expand Down
2 changes: 1 addition & 1 deletion licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/8a7402ab:LICENSE,BSD-3-
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.40.0:LICENSE,BSD-3-Clause
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.30.0:LICENSE,BSD-3-Clause
golang.org/x/sync,https://cs.opensource.google/go/x/sync/+/v0.14.0:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/v0.33.0:LICENSE,BSD-3-Clause
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.33.0:LICENSE,BSD-3-Clause
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.32.0:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.25.0:LICENSE,BSD-3-Clause
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.11.0:LICENSE,BSD-3-Clause
Expand Down
Loading