Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Run required lane
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- if: matrix.language == 'go'
uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- uses: github/codeql-action/init@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Install pinned docs toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Install landing toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Run extended evidence lane
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Run govulncheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/homebrew-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Resolve stable tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- name: Run live evidence lane
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/polyglot-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.9"
go-version: "1.25.10"
cache: false

- uses: goreleaser/goreleaser-action@v7
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Post-`v1.0.0` hardening on `main` continues here. The initial stable release was
- Windows launcher validation now accepts extensionless configured entrypoints such as `./bin/x` when the generated launcher file is `./bin/x.cmd`
- documentation now reflects post-`v1.0.0` contract status, the executable-ABI beta boundary, Windows runtime resolution rules, and the TypeScript-over-Node supported path
- Go SDK module root moved from `sdk/plugin-kit-ai/` to `sdk/`, making `github.com/777genius/plugin-kit-ai/sdk@v1.0.4` the first truthful normal-module release; `v1.0.3` remains published but is known-bad for Go SDK consumption
- maintainer-facing docs now distinguish monorepo Go `1.25.9` requirements from generated Go plugin projects that remain on Go `1.22+`, and the repository now ships root `LICENSE` and `SECURITY.md`
- maintainer-facing docs now distinguish monorepo Go `1.25.10` requirements from generated Go plugin projects that remain on Go `1.22+`, and the repository now ships root `LICENSE` and `SECURITY.md`

## [1.0.0] - 2026-03-26

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GOCACHE ?= /tmp/plugin-kit-ai-gocache
export GOCACHE

SECURITY_GOTOOLCHAIN ?= go1.25.9
SECURITY_GOTOOLCHAIN ?= go1.25.10

EXTENDED_TEST_ARGS ?=

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ For Codex lane selection, use [docs/CODEX_TARGET_BOUNDARY.md](docs/CODEX_TARGET_

Requirements:

- Go `1.25.9` for this monorepo workspace and its CI lanes
- Go `1.25.10` for this monorepo workspace and its CI lanes
- generated Go plugin projects created by `plugin-kit-ai init` remain on Go `1.22+`

Common commands from repo root:
Expand Down
2 changes: 1 addition & 1 deletion cli/plugin-kit-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ go build -o bin/plugin-kit-ai ./cli/plugin-kit-ai/cmd/plugin-kit-ai

Choose the lane that matches the delivery model you need today. Expand later from the same repo when the product needs more outputs.

Maintainer note: building the checked-in monorepo workspace currently requires Go `1.25.9` for the CLI module and CI lanes. Generated Go plugin projects stay on the public Go SDK path with Go `1.22+`.
Maintainer note: building the checked-in monorepo workspace currently requires Go `1.25.10` for the CLI module and CI lanes. Generated Go plugin projects stay on the public Go SDK path with Go `1.22+`.
## Fast Local Plugin

For repo-local plugins where fast iteration matters more than packaged distribution:
Expand Down
2 changes: 1 addition & 1 deletion cli/plugin-kit-ai/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/777genius/plugin-kit-ai/cli

go 1.23

toolchain go1.25.9
toolchain go1.25.10

replace github.com/777genius/plugin-kit-ai/sdk => ../../sdk

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/777genius/plugin-kit-ai

go 1.22

toolchain go1.25.9
toolchain go1.25.10
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.23

toolchain go1.25.9
toolchain go1.25.10

use (
.
Expand Down
2 changes: 1 addition & 1 deletion install/integrationctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/777genius/plugin-kit-ai/install/integrationctl

go 1.23

toolchain go1.25.9
toolchain go1.25.10

require gopkg.in/yaml.v3 v3.0.1

Expand Down
2 changes: 1 addition & 1 deletion install/plugininstall/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/777genius/plugin-kit-ai/plugininstall

go 1.22

toolchain go1.25.9
toolchain go1.25.10
2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/777genius/plugin-kit-ai/sdk

go 1.22

toolchain go1.25.9
toolchain go1.25.10
Loading