Skip to content

Commit

Permalink
updated devcontainer image. (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles authored Sep 10, 2024
1 parent 9b7d07c commit 529ccc7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
{
"name": "poly-devcontainer",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",

"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "latest",
"golangciLintVersion": "latest"
},
},

"extensions": ["golang.go"],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 529ccc7

Please sign in to comment.