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