Skip to content

Commit 2600556

Browse files
committed
chore(go.mod): drop down go version to 1.23.0
# Issue Building this repo on nixos-stable was no longer possible due to the requirement of go 1.24.1 in `go.mod`. # Fix In reality, any go > 1.23.0 is sufficient, and we don't need to specify any higher version.
1 parent 641a1a8 commit 2600556

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

devbox.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4-
"ginkgo@latest": {
4+
"ginkgo@2.23.4": {
55
"last_modified": "2025-04-11T04:58:38Z",
66
"resolved": "github:NixOS/nixpkgs/642c54c23609fefb5708b0e2be261446c59138f6#ginkgo",
77
"source": "devbox-search",
@@ -49,7 +49,7 @@
4949
}
5050
}
5151
},
52-
"github-cli@latest": {
52+
"github-cli@2.23.0": {
5353
"last_modified": "2023-02-24T09:01:09Z",
5454
"resolved": "github:NixOS/nixpkgs/7d0ed7f2e5aea07ab22ccb338d27fbe347ed2f11#github-cli",
5555
"source": "devbox-search",
@@ -59,7 +59,7 @@
5959
"last_modified": "2025-04-13T09:22:33Z",
6060
"resolved": "github:NixOS/nixpkgs/18dd725c29603f582cf1900e0d25f9f1063dbf11?lastModified=1744536153&narHash=sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg%2FN38%3D"
6161
},
62-
"gnumake@latest": {
62+
"gnumake@4.4.1": {
6363
"last_modified": "2025-03-11T17:52:14Z",
6464
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#gnumake",
6565
"source": "devbox-search",
@@ -151,7 +151,7 @@
151151
}
152152
}
153153
},
154-
"go@latest": {
154+
"go@1.24.1": {
155155
"last_modified": "2025-03-11T17:52:14Z",
156156
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#go",
157157
"source": "devbox-search",
@@ -199,7 +199,7 @@
199199
}
200200
}
201201
},
202-
"goimports-reviser@latest": {
202+
"goimports-reviser@3.9.1": {
203203
"last_modified": "2025-03-30T07:43:48Z",
204204
"resolved": "github:NixOS/nixpkgs/63158b9cbb6ec93d26255871c447b0f01da81619#goimports-reviser",
205205
"source": "devbox-search",
@@ -247,7 +247,7 @@
247247
}
248248
}
249249
},
250-
"golangci-lint@latest": {
250+
"golangci-lint@2.0.2": {
251251
"last_modified": "2025-03-31T17:23:37Z",
252252
"resolved": "github:NixOS/nixpkgs/3eeaa42ef4c19447b48d1c676fe59077dfd0846e#golangci-lint",
253253
"source": "devbox-search",
@@ -295,7 +295,7 @@
295295
}
296296
}
297297
},
298-
"pipenv@latest": {
298+
"pipenv@2024.4.1": {
299299
"last_modified": "2025-03-16T16:17:41Z",
300300
"resolved": "github:NixOS/nixpkgs/8f76cf16b17c51ae0cc8e55488069593f6dab645#pipenv",
301301
"source": "devbox-search",
@@ -359,7 +359,7 @@
359359
}
360360
}
361361
},
362-
"python@latest": {
362+
"python@3.13.2": {
363363
"last_modified": "2025-03-27T11:50:31Z",
364364
"plugin_version": "0.0.4",
365365
"resolved": "github:NixOS/nixpkgs/6c5963357f3c1c840201eda129a99d455074db04#python313",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.cloudfoundry.org/app-autoscaler-cli-plugin
22

3-
go 1.24.1
3+
go 1.23.0
44

55
require (
66
code.cloudfoundry.org/cli v0.0.0-20240709143557-6248ca371f21

0 commit comments

Comments
 (0)