mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
* chore(prompts): add supported Go version update skill and prompt * docs: add usage for supported Go version update prompt
576 B
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.