Skip to content

Commit

Permalink
fix: Upgrading container's go version for Github codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGerding committed Nov 6, 2024
1 parent b328d72 commit 669dc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:0-1-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bullseye",
"postCreateCommand": "go run .",
"forwardPorts": [],
"customizations": {
Expand Down

0 comments on commit 669dc7d

Please sign in to comment.