From 6bfd4bbd77061b38797c30b3982d963c5ea12169 Mon Sep 17 00:00:00 2001 From: TmINAMIII Date: Sun, 22 Jun 2025 01:57:48 +0000 Subject: [PATCH 1/2] chore: update Go version to 1.24 in devcontainer configuration --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bc047d1c5..b76ed4fc9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/go:1.23", + "image": "mcr.microsoft.com/devcontainers/go:1.24", "features": { "ghcr.io/devcontainers/features/sshd:1": {} }, From b5867208a1d4cfd79add7899a46f253b140b9663 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 23 Jun 2025 09:58:06 -0400 Subject: [PATCH 2/2] Update missed Go 1.23 references --- .github/CONTRIBUTING.md | 2 +- docs/source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a1ed27d99..31ef955f0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ We accept pull requests for bug fixes and features where we've discussed the app ## Building the project Prerequisites: -- Go 1.23+ +- Go 1.24+ Build with: * Unix-like systems: `make` diff --git a/docs/source.md b/docs/source.md index 29bf51e39..e37c7679c 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,6 +1,6 @@ # Installation from source -1. Verify that you have Go 1.23+ installed +1. Verify that you have Go 1.24+ installed ```sh $ go version