Files
gosec/.github/prompts/update-supported-go-versions.prompt.md
T
Cosmin Cojocar a7ab382a89 chore(prompts): add skill and prompt to update supported Go versions (#1561)
* chore(prompts): add supported Go version update skill and prompt

* docs: add usage for supported Go version update prompt
2026-02-28 11:00:42 +01:00

576 B

name, mode, description
name mode description
Update Supported Go Versions agent Update gosec to the latest patch versions of the two latest Go major versions and open a pull request.

Use the skill Update Supported Go Versions from .github/skills/gosec-update-go-versions/SKILL.md.

Requirements:

  • Use https://go.dev/doc/devel/release as source of truth for latest stable releases.
  • Carefully find and update all places in the repository where active supported Go versions are configured or documented.
  • Open a pull request with the required title and summary from the skill contract.