From 8be37f4b47973ecbedf5fa6c8be3767bffb71136 Mon Sep 17 00:00:00 2001 From: Chris Collier <29115613+PossibleLlama@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:15:53 +0000 Subject: [PATCH] build: Bump go version --- .devcontainer/devcontainer.json | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b4ecc10..62f94fd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "image": "mcr.microsoft.com/devcontainers/base:bullseye", "features": { "ghcr.io/devcontainers/features/go:1": { - "version": "1.24" + "version": "1.25" }, "ghcr.io/guiyomh/features/golangci-lint:0": { "version": "latest" diff --git a/go.mod b/go.mod index 0059f23..8f062ad 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/PossibleLlama/commit-check -go 1.24.2 - -toolchain go1.24.11 +go 1.25 require ( charm.land/bubbles/v2 v2.0.0-rc.1