Files
herolib/lib/installers/lang/golang
Mahmoud Emad 2e14b7b7af fix: improve git url parsing and deployment
- Improve the parsing of Git URLs to correctly handle paths and branches.
- Fix an issue where the `griddriver` installer was not correctly
- installed.
- Fix a bug in the `IPAddress` `ping` function.
- Update the `GitLocation` struct to correctly handle branches and
- tags.
- Fix a bug in the `GitRepo` `checkout` function.
- Improve the `gitlocation_from_url` function to handle various Git
- URL formats.
- Update the `livekit` installer to use the correct source command.
- Update the `golang` installer to use the correct `go version`
- command.
- Update the `griddriver` installer to use the correct version
- command.

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 13:35:36 +02:00
..
2024-12-25 10:11:52 +01:00
2024-12-25 10:11:52 +01:00
2024-12-25 10:11:52 +01:00

golang

To get started



import freeflowuniverse.herolib.installers.lang.golang

mut installer:= golang.get()!

//will automatically do a destroy if the version changes, to make sure there are no left overs
installer.install()!