Skip to content

Commit

Permalink
bump up gotools and delve to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: House <[email protected]>
  • Loading branch information
dr-housemd committed Jun 9, 2024
1 parent 21c1ee1 commit ebc2850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func genGoModuleConf(pd *langdetect.ProjectDetails) hcl2nix.Config {
}
return hcl2nix.Config{
Packages: hcl2nix.Packages{
Development: []string{"[email protected]", "gotools@0.16.1", "[email protected].0"},
Development: []string{"[email protected]", "gotools@0.18.0", "[email protected].1"},
// todo: maybe we should dynamically inject the latest version of such runtime packages(cacert)?
Runtime: []string{"[email protected]"},
},
Expand Down

0 comments on commit ebc2850

Please sign in to comment.