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
This commit is contained in:
Cosmin Cojocar
2026-02-28 11:00:42 +01:00
committed by GitHub
parent 84df6fadcb
commit a7ab382a89
3 changed files with 126 additions and 0 deletions
@@ -0,0 +1,12 @@
---
name: Update Supported Go Versions
mode: agent
description: 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.