Skip to content

Latest commit

 

History

History
executable file
·
45 lines (31 loc) · 1.02 KB

File metadata and controls

executable file
·
45 lines (31 loc) · 1.02 KB

Go (go)

Installs Go.

Example Usage

"features": {
    "ghcr.io/postfinance/devcontainer-features/go:1.0.0": {
        "version": "latest",
        "downloadUrl": "",
        "latestUrl": "",
        "versionsUrl": ""
    }
}

Options

Option Description Type Default Value Proposals
version The version of Go to install. string latest latest, 1.24, 1.21.8
downloadUrl The download URL to use for Go binaries. string <empty> https://mycompany.com/artifactory/dl-google-generic-remote/go
latestUrl The URL to fetch the latest Go version from. string <empty>
versionsUrl The URL to fetch the available Go versions from. string <empty>

Customizations

VS Code Extensions

  • golang.Go

Notes

System Compatibility

Debian, Ubuntu, Alpine

Accessed Urls

Needs access to the following URL for downloading:

Needs access to the following URL for resolving: