Skip to content

Commit 580b7e2

Browse files
authored
Bump Go to avoid 1.24.3 vulnerabilities (#2384)
1 parent fdc682c commit 580b7e2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.licenses-gomod.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100644 8636632354937c5e3c83385df3096477a9a99a45 go.mod
1+
100644 63143c4f6c5896e2222b3a3995de1b81517eb97a go.mod

flakes/go/flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "A flake for Go 1.24.2";
2+
description = "A flake for Go 1.24.4";
33
inputs = {
44
nixpkgs.url = "github:NixOS/nixpkgs";
55
flake-utils.url = "github:numtide/flake-utils";
@@ -11,10 +11,10 @@
1111
in
1212
{
1313
packages.default = pkgs.go_1_24.overrideAttrs (old: {
14-
version = "1.24.2";
14+
version = "1.24.4";
1515
src = pkgs.fetchurl {
16-
url = "https://golang.org/dl/go1.24.2.linux-amd64.tar.gz";
17-
sha256 = "sha256-aAl71oCDnLydRkoO3OT3wzOXXiepAkaJDp8QeMfnAq0=";
16+
url = "https://golang.org/dl/go1.24.4.linux-amd64.tar.gz";
17+
sha256 = "sha256-d+XaM7tyrq7xukQYtv5RG8TQQYc8v4LlqmMYdA35hxc=";
1818
};
1919
});
2020
});

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2
22

33
go 1.24.0
44

5-
toolchain go1.24.3
5+
toolchain go1.24.4
66

77
require (
88
cloud.google.com/go/kms v1.22.0

licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/8a7402ab:LICENSE,BSD-3-
113113
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.40.0:LICENSE,BSD-3-Clause
114114
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.30.0:LICENSE,BSD-3-Clause
115115
golang.org/x/sync,https://cs.opensource.google/go/x/sync/+/v0.14.0:LICENSE,BSD-3-Clause
116-
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/v0.33.0:LICENSE,BSD-3-Clause
116+
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.33.0:LICENSE,BSD-3-Clause
117117
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.32.0:LICENSE,BSD-3-Clause
118118
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.25.0:LICENSE,BSD-3-Clause
119119
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.11.0:LICENSE,BSD-3-Clause

0 commit comments

Comments
 (0)