From 37574ebc8f5ce42f7c8722dd3d052dcd7e0f623d Mon Sep 17 00:00:00 2001 From: Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:12:15 +0100 Subject: [PATCH] Automated documentation update [skip ci] (#287) Co-authored-by: github-actions --- src/go-postgres/README.md | 2 +- src/go/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/go-postgres/README.md b/src/go-postgres/README.md index 9e1bc510..4123f7b1 100644 --- a/src/go-postgres/README.md +++ b/src/go-postgres/README.md @@ -7,7 +7,7 @@ Use and develop Go + Postgres applications. Includes appropriate runtime args, G | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Go version: | string | 1.22-bookworm | +| imageVariant | Go version: | string | 1.23-bookworm | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. diff --git a/src/go/README.md b/src/go/README.md index ff1a6ee7..321608e3 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -7,7 +7,7 @@ Develop Go based applications. Includes appropriate runtime args, Go, common too | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Go version: | string | 1.22-bookworm | +| imageVariant | Go version: | string | 1.23-bookworm | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.