Skip to content

Commit 87c6ddc

Browse files
authored
[Devbox] update dependencies (#1889)
## Summary ``` ❯ devbox update Info: Updating go@latest 1.22.0 -> 1.22.1 Info: Updating runx:golangci/golangci-lint@latest v1.56.1 -> v1.56.2 Info: Already up-to-date runx:mvdan/gofumpt@latest v0.6.0 ... ``` ## How was it tested? cicd should pass
1 parent 0bcd1f1 commit 87c6ddc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

devbox.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"lockfile_version": "1",
33
"packages": {
44
"go@latest": {
5-
"last_modified": "2024-02-08T11:55:47Z",
6-
"resolved": "github:NixOS/nixpkgs/c0b7a892fb042ede583bdaecbbdc804acb85eabe#go_1_22",
5+
"last_modified": "2024-03-06T17:57:40Z",
6+
"resolved": "github:NixOS/nixpkgs/58ae79ea707579c40102ddf62d84b902a987c58b#go_1_22",
77
"source": "devbox-search",
8-
"version": "1.22.0",
8+
"version": "1.22.1",
99
"systems": {
1010
"aarch64-darwin": {
11-
"store_path": "/nix/store/2022s0jnrn2iyxjaikfy51w5fvifp38b-go-1.22.0"
11+
"store_path": "/nix/store/q955gd41jh08l5pgbmx7y5jlqwwk4rqk-go-1.22.1"
1212
},
1313
"aarch64-linux": {
14-
"store_path": "/nix/store/7wxzkvjv8qc2awhagpz0r8q9ay38q3wj-go-1.22.0"
14+
"store_path": "/nix/store/ca92iff1jpd9a3l3i8222rzbkq949mlh-go-1.22.1"
1515
},
1616
"x86_64-darwin": {
17-
"store_path": "/nix/store/fgkl3qk8p5hnd07b0dhzfky3ys5gxjmq-go-1.22.0"
17+
"store_path": "/nix/store/f64hpgi6lnn8vrf22cff2y8307c7zns3-go-1.22.1"
1818
},
1919
"x86_64-linux": {
20-
"store_path": "/nix/store/88y9r33p3j8f7bc8sqiy9jdlk7yqfrlg-go-1.22.0"
20+
"store_path": "/nix/store/jw9qrkqlkm699ncbrbs1d4czfg4wg8da-go-1.22.1"
2121
}
2222
}
2323
},
2424
"runx:golangci/golangci-lint@latest": {
25-
"resolved": "golangci/[email protected].1",
26-
"version": "v1.56.1"
25+
"resolved": "golangci/[email protected].2",
26+
"version": "v1.56.2"
2727
},
2828
"runx:mvdan/gofumpt@latest": {
2929
"resolved": "mvdan/[email protected]",

0 commit comments

Comments
 (0)