Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Go 1.22, Alpine 3.20 #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

tianon
Copy link
Contributor

@tianon tianon commented Sep 6, 2024

This also embeds version numbers directly in the template so they're easier to maintain (since we're not scraping them from anywhere, versions.json doesn't add a lot of value here, just overhead).

I chose Go 1.22 instead of 1.23 as a temporary measure because of golang/go#68976 (and the potential of that to make this harder to test).

This also embeds version numbers directly in the template so they're easier to maintain (since we're not scraping them from anywhere, `versions.json` doesn't add a lot of value here, just overhead).

I chose Go 1.22 instead of 1.23 as a temporary measure because of https://go.dev/issues/68976 (and the potential of that to make this harder to test).
@tianon
Copy link
Contributor Author

tianon commented Sep 6, 2024

As noted in #36 (comment), there's a pretty comprehensive smoke test that happens as part of CI in this repository (both the basics, then the full upstream integration tests) which should make this pretty safe to merge, assuming that comes back clean.

Copy link

@whalelines whalelines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the generated Dockerfiles are not marked as generated properly.

If I understand your comments correctly, the testing in the repo should be sufficient to determine if updating Go, Debian, and Alpine will break notary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants