Skip to content

Commit 515bb62

Browse files
committed
chore(devbox): set go version to 1.24
1 parent fbe054f commit 515bb62

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
33
"packages": [
44
"git@latest",
5-
"go@1.23",
5+
"go@1.24",
66
"golangci-lint@latest",
77
"go-task@latest",
88
"gnumake@latest"

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -216,51 +216,51 @@
216216
}
217217
}
218218
},
219-
"go@1.23": {
220-
"last_modified": "2025-02-23T09:42:26Z",
221-
"resolved": "github:NixOS/nixpkgs/2d068ae5c6516b2d04562de50a58c682540de9bf#go",
219+
"go@1.24": {
220+
"last_modified": "2025-09-18T16:33:27Z",
221+
"resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#go_1_24",
222222
"source": "devbox-search",
223-
"version": "1.23.6",
223+
"version": "1.24.7",
224224
"systems": {
225225
"aarch64-darwin": {
226226
"outputs": [
227227
{
228228
"name": "out",
229-
"path": "/nix/store/yjqrp3d93mxa2g80j57whyk55xwxgl7r-go-1.23.6",
229+
"path": "/nix/store/wi6x7anr21niz0zaf4077pf7a6qj56xd-go-1.24.7",
230230
"default": true
231231
}
232232
],
233-
"store_path": "/nix/store/yjqrp3d93mxa2g80j57whyk55xwxgl7r-go-1.23.6"
233+
"store_path": "/nix/store/wi6x7anr21niz0zaf4077pf7a6qj56xd-go-1.24.7"
234234
},
235235
"aarch64-linux": {
236236
"outputs": [
237237
{
238238
"name": "out",
239-
"path": "/nix/store/8998mrpahiciqy699yxfwaw29r89pfrm-go-1.23.6",
239+
"path": "/nix/store/l7xjyd3vdrlzjq7apswz394rmxsf94w8-go-1.24.7",
240240
"default": true
241241
}
242242
],
243-
"store_path": "/nix/store/8998mrpahiciqy699yxfwaw29r89pfrm-go-1.23.6"
243+
"store_path": "/nix/store/l7xjyd3vdrlzjq7apswz394rmxsf94w8-go-1.24.7"
244244
},
245245
"x86_64-darwin": {
246246
"outputs": [
247247
{
248248
"name": "out",
249-
"path": "/nix/store/65s6ymzbxsydbka49gr3jsv0lnybbzyc-go-1.23.6",
249+
"path": "/nix/store/g1dszpz67zfx7j7lqd1s3gz3pgygxzw7-go-1.24.7",
250250
"default": true
251251
}
252252
],
253-
"store_path": "/nix/store/65s6ymzbxsydbka49gr3jsv0lnybbzyc-go-1.23.6"
253+
"store_path": "/nix/store/g1dszpz67zfx7j7lqd1s3gz3pgygxzw7-go-1.24.7"
254254
},
255255
"x86_64-linux": {
256256
"outputs": [
257257
{
258258
"name": "out",
259-
"path": "/nix/store/8zgc91q1igzgmg36mglxrk8qa1r2dvsd-go-1.23.6",
259+
"path": "/nix/store/0a9wg4llssiax3c6a3d5lxw9brj4mpyn-go-1.24.7",
260260
"default": true
261261
}
262262
],
263-
"store_path": "/nix/store/8zgc91q1igzgmg36mglxrk8qa1r2dvsd-go-1.23.6"
263+
"store_path": "/nix/store/0a9wg4llssiax3c6a3d5lxw9brj4mpyn-go-1.24.7"
264264
}
265265
}
266266
},

0 commit comments

Comments
 (0)