diff options
author | Josh Spicer <joshspicer@github.com> | 2022-10-19 02:30:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 02:30:56 +0300 |
commit | 67b15cae1208563d5a2800777c34fe13bc71e181 (patch) | |
tree | 2a772c841a7f150e36e495e89e74d1b0ec1b4b2b /src/go | |
parent | 7860eb85a4694bed908db725157b1b1e9f1654cb (diff) |
add installsAfter: common-utils to all Features (#214)
Diffstat (limited to 'src/go')
-rw-r--r-- | src/go/devcontainer-feature.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index 76e5bf1..75fa9ae 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.0.8", + "version": "1.0.9", "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.", @@ -35,5 +35,8 @@ ], "securityOpt": [ "seccomp=unconfined" + ], + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" ] } |