From b870170751ee287af42995616b046f869f8aeda6 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:23:54 +0530 Subject: [PATCH] [GO] - Add support for v1.23 (#282) * [GO] - Add support for v1.23 * changes * changes as wanted in pr review comments --- src/go-postgres/devcontainer-template.json | 10 +++++----- src/go/devcontainer-template.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/go-postgres/devcontainer-template.json b/src/go-postgres/devcontainer-template.json index 989f932..bd564f3 100644 --- a/src/go-postgres/devcontainer-template.json +++ b/src/go-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "go-postgres", - "version": "4.0.2", + "version": "4.1.0", "name": "Go & PostgreSQL", "description": "Use and develop Go + Postgres applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go-postgres", @@ -12,13 +12,13 @@ "description": "Go version:", "proposals": [ "1-bookworm", + "1.23-bookworm", "1.22-bookworm", - "1.21-bookworm", "1-bullseye", - "1.22-bullseye", - "1.21-bullseye" + "1.23-bullseye", + "1.22-bullseye" ], - "default": "1.22-bookworm" + "default": "1.23-bookworm" } }, "platforms": ["Go"], diff --git a/src/go/devcontainer-template.json b/src/go/devcontainer-template.json index 27d58b1..f9b760e 100644 --- a/src/go/devcontainer-template.json +++ b/src/go/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "4.0.2", + "version": "4.1.0", "name": "Go", "description": "Develop Go based applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go", @@ -12,13 +12,13 @@ "description": "Go version:", "proposals": [ "1-bookworm", + "1.23-bookworm", "1.22-bookworm", - "1.21-bookworm", "1-bullseye", - "1.22-bullseye", - "1.21-bullseye" + "1.23-bullseye", + "1.22-bullseye" ], - "default": "1.22-bookworm" + "default": "1.23-bookworm" } }, "platforms": ["Go"],