From 624e9c6b4970b0de5818ecc39c339021db82d964 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 29 Dec 2025 14:41:22 -0800 Subject: [PATCH] Bump Go version to 1.24 for google.golang.org/api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a6bd37..d6ac00c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module rsvp -go 1.23 +go 1.24 require ( github.com/lib/pq v1.10.9