Skip to content

Commit

Permalink
chore(devcontainer): bump Go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Wassim DHIF <[email protected]>
  • Loading branch information
wdhif committed Jul 8, 2024
1 parent 4c1f839 commit 011891f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm",
"image": "mcr.microsoft.com/devcontainers/go:dev-1.22",
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
},
Expand Down
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# All your base
* @DataDog/container-integrations @DataDog/container-ecosystems

# Dev Container
/.devcontainer @DataDog/container-ecosystems @DataDog/container-platform

# Documentation
README.md @DataDog/documentation @DataDog/container-integrations @DataDog/container-ecosystems
/docs/ @DataDog/documentation @DataDog/container-integrations @DataDog/container-ecosystems

0 comments on commit 011891f

Please sign in to comment.