features/src/go
Shunya Hayashi cfae3b0f0d
update go tools (#559)
* update go tools

* update link

* add unit tests for confirm installation

* fix path install gotests

* fix bump the minor version
2023-05-31 08:53:50 -07:00
..
devcontainer-feature.json update go tools (#559) 2023-05-31 08:53:50 -07:00
install.sh update go tools (#559) 2023-05-31 08:53:50 -07:00
NOTES.md OS support in Feature NOTES.md (#366) 2022-12-27 12:27:57 -05:00
README.md Automated documentation update (#521) 2023-04-14 13:48:25 -07:00

Go (go)

Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.

Example Usage

"features": {
    "ghcr.io/devcontainers/features/go:1": {}
}

Options

Options Id Description Type Default Value
version Select or enter a Go version to install string latest
golangciLintVersion Version of golangci-lint to install string latest

Customizations

VS Code Extensions

  • golang.Go

OS Support

This Feature should work on recent versions of Debian/Ubuntu-based distributions with the apt package manager installed.

bash is required to execute the install.sh script.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.