From 5019a2798d61e27456ad4ab4e46edfe50d7038b2 Mon Sep 17 00:00:00 2001 From: Richard Wooding Date: Tue, 7 Jan 2025 12:46:45 +0000 Subject: [PATCH] Upgrade devcontianer to go 1.23 --- .devcontainer/devcontainer.json | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6e63be3..04cff14 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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:1-1.22-bookworm", + "image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/go.mod b/go.mod index 6f17094..3d3effa 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/spandigital/with -go 1.22.2 +go 1.23.4