Skip to content

Commit

Permalink
fix(cmd/install_bin): Get Consul version from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 21, 2023
1 parent f2a060a commit 994ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var Tools = []Tool{
},
{
Name: "consul",
GetVersionFunc: func() string { return "1.15.2" },
GetVersionFunc: func() string { return github_utils.GetLatestRelease("hashicorp", "consul") },
UrlTemplate: hashicorpUrlTemplate("consul"),
},
{
Expand Down

0 comments on commit 994ef3e

Please sign in to comment.