Skip to content

Commit

Permalink
build: go v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Oct 16, 2023
1 parent db9ba5e commit 4832192
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
5 changes: 2 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"packages": [
"[email protected]",
"bash@latest",
"coreutils@latest",
"crane@latest",
Expand All @@ -10,14 +9,14 @@
"gnused@latest",
"gnugrep@latest",
"gnumake@latest",
"go@latest",
"gojq@latest",
"golangci-lint@latest",
"golines@latest",
"goreleaser@latest",
"gotestsum@latest",
"kubernetes-helm@latest",
"pre-commit@latest",
"shfmt@latest",
"upx@latest"
"shfmt@latest"
]
}
30 changes: 19 additions & 11 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,25 @@
"source": "devbox-search",
"version": "4.9"
},
"[email protected]": {
"last_modified": "2023-06-30T04:44:22Z",
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#go",
"source": "devbox-search",
"version": "1.20.5"
"go@latest": {
"last_modified": "2023-09-27T18:02:17Z",
"resolved": "github:NixOS/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9#go_1_21",
"source": "devbox-search",
"version": "1.21.1",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/s1xk6hrfn0kw8ycvqbx4vv4gr00k6qpl-go-1.21.1"
},
"aarch64-linux": {
"store_path": "/nix/store/id3ygqxp1hvbh7dyjlwngx53fvcpqg84-go-1.21.1"
},
"x86_64-darwin": {
"store_path": "/nix/store/yn0g820ayb963s0i4nnw9pf72l49kkg0-go-1.21.1"
},
"x86_64-linux": {
"store_path": "/nix/store/pvvv2lmx9m8b2n0447mljrl5xmla8r3h-go-1.21.1"
}
}
},
"gojq@latest": {
"last_modified": "2023-06-29T16:20:38Z",
Expand Down Expand Up @@ -108,12 +122,6 @@
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#shfmt",
"source": "devbox-search",
"version": "3.7.0"
},
"upx@latest": {
"last_modified": "2023-05-07T06:59:10Z",
"resolved": "github:NixOS/nixpkgs/eb751d65225ec53de9cf3d88acbf08d275882389#upx",
"source": "devbox-search",
"version": "4.0.2"
}
}
}

0 comments on commit 4832192

Please sign in to comment.