diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-17 00:06:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 00:06:29 +0300 |
commit | cd5126ee2df67aa34f2df5f3ff0dd1e054d2042f (patch) | |
tree | 010ba18dbd27085a53526a0a21ea859f29cab065 | |
parent | ef939f908c43bf89ade5d2153a751c7ee47989cc (diff) |
Go: bump version (#164)
bump go version
-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 cb30c5b..3c532bb 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.0.6", + "version": "1.0.7", "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.", |