Skip to content

Commit

Permalink
feat(cmd/install_bin): Add goexpandenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 26, 2024
1 parent b196198 commit d1feb62
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 @@ -331,6 +331,11 @@ var Tools = []Tool{
SourcePath: "oauth2-proxy-{{.Version}}.{{.Os}}-{{.Arch}}/oauth2-proxy",
GetArchFunc: func(_ string) string { return "amd64" },
},
{
Name: "goexpandenv",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "goexpandenv") },
UrlTemplate: "https://github.com/sikalabs/goexpandenv/releases/download/{{.Version}}/goexpandenv_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit d1feb62

Please sign in to comment.