1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-18 05:43:10 +00:00
community.general/tests/integration
patchback[bot] 3cba1cd735
[PR #12152/b34ef22c backport][stable-13] add go module to manage Go packages via go install (#12269)
add go module to manage Go packages via go install (#12152)

* add golang_package module to manage Go packages via go install

Adds a new module to install, update, and remove Go packages
using go install. Supports inline version pinning in package
names (e.g. pkg/tool/cmd with version suffix).

Assisted-by: Claude Opus 4.6


* fix copyright year and BOTMETA alphabetical order

* fix environment keyword docs, add integration test aliases

- Use C(environment) instead of O(ignore:environment) for task keyword
- Add tests/integration/targets/golang_package/aliases for CI
- Fix setup.yml: handle Alpine/ArchLinux/FreeBSD package names, skip Go < 1.16
- Pin tests to x/tools v0.24.1 (only version compatible with Go 1.16-1.25)



* test signing trace



---------



(cherry picked from commit b34ef22c82)

Co-authored-by: Shreyash <shrbhosa@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 12:33:01 +02:00
..
targets [PR #12152/b34ef22c backport][stable-13] add go module to manage Go packages via go install (#12269) 2026-06-14 12:33:01 +02:00
requirements.yml Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00