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

maint: Update minimum go version to 1.19 #245

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

MikeGoldsmith
Copy link
Contributor

Which problem is this PR solving?

This project is built with old versions of go, and can no longer take newer dependencies such as klauspot/compress which require go 1.19 or later.

This PR updates the minimum go version to 1.19 and runs CI tests in 1.19 -> 1.22

Short description of the changes

  • Update go version in go.mod & run go mod tidy
  • Update CircleCI tested go versions to test 1.19 through 1.22

@MikeGoldsmith MikeGoldsmith added type: maintenance The necessary chores to keep the dust off. version: bump minor A PR that adds behavior, but is backwards-compatible. labels Jun 5, 2024
@MikeGoldsmith MikeGoldsmith self-assigned this Jun 5, 2024
@MikeGoldsmith MikeGoldsmith requested a review from a team as a code owner June 5, 2024 11:13
@MikeGoldsmith MikeGoldsmith merged commit 2e77fd5 into main Jun 5, 2024
4 checks passed
@MikeGoldsmith MikeGoldsmith deleted the mike/go-versions branch June 5, 2024 15:47
@JamieDanielson JamieDanielson added the breaking-change Prefer 'version: bump major', but use this for breaking changes that don't bump major. label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Prefer 'version: bump major', but use this for breaking changes that don't bump major. type: maintenance The necessary chores to keep the dust off. version: bump minor A PR that adds behavior, but is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants