Skip to content

Commit

Permalink
Use Go 1.22 in devcontainer.json (#162)
Browse files Browse the repository at this point in the history
# Describe Request

This PR updates Go version in devcontainer.json. Fix
#161


# Change Type

N/A


I have read the CLA Document and I hereby sign the CLA
  • Loading branch information
sunglim authored Jun 25, 2024
1 parent 1832e4f commit 26ca1aa
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
Expand Up @@ -3,7 +3,7 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:0-1.20-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit 26ca1aa

Please sign in to comment.