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 project to Go 1.22 series #698

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Aug 16, 2024

Update Dependabot configuration for Dockerfile to ignore Go releases
outside of the Go 1.22 release series.

We update previous match syntax to use x.y.Z syntax (vs just x.Y)
in an effort to exclude future offerings of Go RC versions as a
stable update.

NOTE:

We intentionally do not update the Go module version; bumping
the Go module version would indicate that this project requires a
newer Go version for functionality provided by that version (and that
is not yet the case).

Update Dependabot configuration for Dockerfile to ignore Go releases
outside of the Go 1.22 release series.

We update previous match syntax to use x.y.Z syntax (vs just x.Y)
in an effort to exclude future offerings of Go RC versions as a
stable update.

NOTE:

We intentionally do *not* update the Go module version; bumping
the Go module version would indicate that this project *requires* a
newer Go version for functionality provided by that version (and that
is not yet the case).
@atc0005 atc0005 added this to the Next Release milestone Aug 16, 2024
@atc0005 atc0005 self-assigned this Aug 16, 2024
@atc0005 atc0005 merged commit b5a7e0c into master Aug 16, 2024
29 of 31 checks passed
@atc0005 atc0005 deleted the update-project-to-go-1.22-series branch August 16, 2024 11:48
@atc0005 atc0005 modified the milestones: Next Release, v0.7.12 Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant