File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
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 " ;
11+ version = "1.24.9 " ;
1212 in
1313 {
1414 packages . default = pkgs . go_1_24 . overrideAttrs ( old : {
1515 pname = "go" ;
1616 inherit version ;
1717 src = pkgs . fetchurl {
1818 url = "https://golang.org/dl/go${ version } .linux-amd64.tar.gz" ;
19- sha256 = "sha256-2hgZHdt9uKkzmBbz4rVL3e2AR83CpdZwWUePjRWVxD8 =" ;
19+ sha256 = "sha256-W3iZWRwt1unaGAn95KL62ELEXT9rnesjW6giFuMeNKY =" ;
2020 } ;
2121 } ) ;
2222 } ) ;
Original file line number Diff line number Diff line change 11module github.com/mongodb/mongodb-atlas-kubernetes/v2
22
3- go 1.24.0
4-
5- toolchain go1.24.7
3+ go 1.24.9
64
75require (
86 cloud.google.com/go/kms v1.23.0
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ docker run \
4545 -v " $( pwd) :$( pwd) " \
4646 -w " $( pwd) " \
4747 artifactory.corp.mongodb.com/release-tools-container-registry-local/garasign-cosign \
48- cosign sign --key " ${PKCS11_URI} " --tlog-upload=false " ${img} "
48+ cosign sign --key " ${PKCS11_URI} " --tlog-upload=false --use-signing-config=false --new-bundle-format=false " ${img} "
You can’t perform that action at this time.
0 commit comments