From d9b9815131caa2b4c770352023f64c14ba673cc3 Mon Sep 17 00:00:00 2001 From: Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:48:47 -0800 Subject: [PATCH] Automated documentation update [skip ci] (#239) 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 41174b2b..6c6f5828 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.21-bullseye | +| imageVariant | Go version: | string | 1.22-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 bf8f19e4..ff1a6ee7 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.21-bullseye | +| imageVariant | Go version: | string | 1.22-bookworm | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.