diff options
author | Shunya Hayashi <70781900+devshun@users.noreply.github.com> | 2023-05-31 18:53:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 18:53:50 +0300 |
commit | cfae3b0f0d016f36229060b0e2abf5d55c9304e3 (patch) | |
tree | 60ebf0e409d058abc4a36eddc2466d22da64e93b /src/go/devcontainer-feature.json | |
parent | b48d8700ffe5c0b363c9e8706ba2c1601a2bb94f (diff) |
update go tools (#559)feature_go_1.2.0
* update go tools
* update link
* add unit tests for confirm installation
* fix path install gotests
* fix bump the minor version
Diffstat (limited to 'src/go/devcontainer-feature.json')
-rw-r--r-- | src/go/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index 92ed591..963dc89 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.1.3", + "version": "1.2.0", "name": "Go", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/go", "description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.", |