Skip to content

Commit

Permalink
remove go version in devcontainer file (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwitsch authored Oct 3, 2023
1 parent acfc291 commit 3f14e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "blocky development",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "1.21"
},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/jungaretti/features/make:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"dockerDashComposeVersion": "v2"
Expand Down

0 comments on commit 3f14e71

Please sign in to comment.