containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
8 stars 26 forks source link

Preliminary support for Go 1.22 #591

Closed eskultety closed 2 months ago

eskultety commented 2 months ago

This is just very basic support for 1.22 done by a simple version bump (note that the change comes without pre-installing a new version inside the container because that would require more code changes beyond just the Dockerfile).

Maintainers will complete the following section

Note: if the contribution is external (not from an organization member), the CI pipeline will not run automatically. After verifying that the CI is safe to run:

lkolacek commented 2 months ago

LGTM, left 1 comment here for my education. Thanks.

brunoapimentel commented 2 months ago

/retest