File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 88 flake-utils . lib . eachDefaultSystem ( system :
99 let
1010 pkgs = import nixpkgs { inherit system ; } ;
11+ version = "1.24.7" ;
1112 in
1213 {
1314 packages . default = pkgs . go_1_24 . overrideAttrs ( old : {
14- version = "1.24.4" ;
15+ pname = "go" ;
16+ inherit version ;
1517 src = pkgs . fetchurl {
16- url = "https://golang.org/dl/go1.24.4 .linux-amd64.tar.gz" ;
17- sha256 = "sha256-d+XaM7tyrq7xukQYtv5RG8TQQYc8v4LlqmMYdA35hxc =" ;
18+ url = "https://golang.org/dl/go ${ version } .linux-amd64.tar.gz" ;
19+ sha256 = "sha256-2hgZHdt9uKkzmBbz4rVL3e2AR83CpdZwWUePjRWVxD8 =" ;
1820 } ;
1921 } ) ;
2022 } ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2
22
33go 1.24.0
44
5- toolchain go1.24.4
5+ toolchain go1.24.7
66
77require (
88 cloud.google.com/go/kms v1.23.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module tools/openapi2crd
22
33go 1.24
44
5- toolchain go1.24.0
5+ toolchain go1.24.7
66
77require (
88 github.com/getkin/kin-openapi v0.131.0
You can’t perform that action at this time.
0 commit comments