Skip to content

Commit 565d0a0

Browse files
roothorpjosvazg
andauthored
Bump go to 1.23.5 (#2079)
* bump go.mod to 1.23.5 * Fixup licenses Signed-off-by: jose.vazquez <[email protected]> * try local * Try go1.23.5 * use nix flake for devbox go 1.23.5 --------- Signed-off-by: jose.vazquez <[email protected]> Co-authored-by: jose.vazquez <[email protected]>
1 parent 53207fa commit 565d0a0

File tree

9 files changed

+8
-56
lines changed

9 files changed

+8
-56
lines changed

.licenses-gomod.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100644 a327e85d2015824e7b86965dc83afdcd3c137c65 go.mod
1+
100644 f023cd08e5b475d3fa31ec183a18b71d450a70d8 go.mod

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"yq-go@latest",
44
55
"jq@latest",
6-
6+
"github:NixOS/nixpkgs/nixos-24.11#go",
77
"gotests@latest",
88
"act@latest",
99
"kubectl@latest",

devbox.lock

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -525,54 +525,6 @@
525525
}
526526
}
527527
},
528-
529-
"last_modified": "2024-12-23T21:10:33Z",
530-
"resolved": "github:NixOS/nixpkgs/de1864217bfa9b5845f465e771e0ecb48b30e02d#go",
531-
"source": "devbox-search",
532-
"version": "1.23.4",
533-
"systems": {
534-
"aarch64-darwin": {
535-
"outputs": [
536-
{
537-
"name": "out",
538-
"path": "/nix/store/bva4mymi5b2lhvvbccx8ipws89rar1d8-go-1.23.4",
539-
"default": true
540-
}
541-
],
542-
"store_path": "/nix/store/bva4mymi5b2lhvvbccx8ipws89rar1d8-go-1.23.4"
543-
},
544-
"aarch64-linux": {
545-
"outputs": [
546-
{
547-
"name": "out",
548-
"path": "/nix/store/9lvi0l2yf6bwamsjs5d5n9i57c6kbd2c-go-1.23.4",
549-
"default": true
550-
}
551-
],
552-
"store_path": "/nix/store/9lvi0l2yf6bwamsjs5d5n9i57c6kbd2c-go-1.23.4"
553-
},
554-
"x86_64-darwin": {
555-
"outputs": [
556-
{
557-
"name": "out",
558-
"path": "/nix/store/sf1y7x29wvp9lppx5ya9h5b42fcmxb32-go-1.23.4",
559-
"default": true
560-
}
561-
],
562-
"store_path": "/nix/store/sf1y7x29wvp9lppx5ya9h5b42fcmxb32-go-1.23.4"
563-
},
564-
"x86_64-linux": {
565-
"outputs": [
566-
{
567-
"name": "out",
568-
"path": "/nix/store/jfv85qbj4vb1dafcg6kncg4vrbq2bbxv-go-1.23.4",
569-
"default": true
570-
}
571-
],
572-
"store_path": "/nix/store/jfv85qbj4vb1dafcg6kncg4vrbq2bbxv-go-1.23.4"
573-
}
574-
}
575-
},
576528
577529
"last_modified": "2024-09-07T06:00:21Z",
578530
"resolved": "github:NixOS/nixpkgs/29cca090417df03e6d1928d99f77e8e81c74c3fa#golangci-lint",

go.mod

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

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
cloud.google.com/go/kms v1.20.5

licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/8a7402ab:LICENSE,BSD-3-
112112
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.34.0:LICENSE,BSD-3-Clause
113113
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.25.0:LICENSE,BSD-3-Clause
114114
golang.org/x/sync,https://cs.opensource.google/go/x/sync/+/v0.10.0:LICENSE,BSD-3-Clause
115-
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/v0.29.0:LICENSE,BSD-3-Clause
115+
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.29.0:LICENSE,BSD-3-Clause
116116
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.28.0:LICENSE,BSD-3-Clause
117117
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.21.0:LICENSE,BSD-3-Clause
118118
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.9.0:LICENSE,BSD-3-Clause

test/app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/mongodb-atlas-kubernetes/test/app
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
github.com/gorilla/mux v1.8.0

tools/clean/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/clean
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
cloud.google.com/go/compute v1.31.1

tools/makejwt/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module tools/makejwt
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require github.com/golang-jwt/jwt v3.2.2+incompatible

tools/metrics/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/metrics
22

3-
go 1.23.1
3+
go 1.23.5
44

55
require (
66
github.com/google/go-github/v57 v57.0.0

0 commit comments

Comments
 (0)