Create a one step windows installer including Go

I want to create a one step windows installer for my web application, including Go because the web site is written in GoLang.

How can I include Go within a windows installer package please?

You don’t need to include go, as you usually install the compiled artifacts, and go binaries are usually self contained. No need to install an extra runtime or compiler even.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.