Skip to content

Commit

Permalink
feat(cmd/install_bin): Add hello-world-server
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 17, 2023
1 parent bfee756 commit 7548257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("ondrejsika", "training-cli") },
UrlTemplate: "https://github.com/ondrejsika/training-cli/releases/download/{{.Version}}/training-cli_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "hello-world-server",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "hello-world-server") },
UrlTemplate: "https://github.com/sikalabs/hello-world-server/releases/download/{{.Version}}/hello-world-server_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "statica",
GetVersionFunc: func() string { return "v0.4.0" },
Expand Down

0 comments on commit 7548257

Please sign in to comment.