Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Go 1.22 in devcontainer.json #162

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Use Go 1.22 in devcontainer.json #162

merged 1 commit into from
Jun 25, 2024

Conversation

sunglim
Copy link
Contributor

@sunglim sunglim commented Jun 24, 2024

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

Copy link

github-actions bot commented Jun 24, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@sunglim
Copy link
Contributor Author

sunglim commented Jun 24, 2024

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jun 24, 2024
@@ -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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image came from Microsoft Artifact Registry.

image

@cinar
Copy link
Owner

cinar commented Jun 25, 2024

Thank you very much for your contribution!

@cinar cinar merged commit 26ca1aa into cinar:master Jun 25, 2024
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 25, 2024
@sunglim sunglim deleted the sunglim-patch-1 branch June 25, 2024 04:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

devcontainer still uses Go version 1.20
2 participants