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

.github: update to Go 1.21 #426

Merged
merged 3 commits into from
Oct 18, 2023
Merged

.github: update to Go 1.21 #426

merged 3 commits into from
Oct 18, 2023

Conversation

kevinburkesegment
Copy link
Contributor

Also update go.mod version and dependencies to latest versions.

Copy link
Contributor

@alecjacobs5401 alecjacobs5401 left a comment

Choose a reason for hiding this comment

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

One minor comment

Also, can we make sure the Dockerfile value matches as well?

Thanks for opening this up!

@@ -28,11 +28,11 @@ jobs:
test:
strategy:
matrix:
go: ["1.20.x", "1.19.x"]
go: ["1.21.x", "1.20.x"]
Copy link
Contributor

Choose a reason for hiding this comment

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

are we missing 1.19.x here as well? Looks like we set that for installing modules and for the dist strategy below

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is fixed

go.mod Outdated
@@ -1,22 +1,22 @@
module github.com/segmentio/chamber/v2

go 1.19
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need to bump this as well?

IIRC, we hesitated on bumping this because of breaks to packages that pull in chamber as a dependency.

I would vote to keep this on 1.19 now since this represents a minimum version for pulling in

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, you're right

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is fixed

Also update go.mod version and dependencies to latest versions.
@alecjacobs5401 alecjacobs5401 merged commit ac412f5 into master Oct 18, 2023
11 checks passed
@alecjacobs5401 alecjacobs5401 deleted the go-1.21 branch October 18, 2023 20:26
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.

None yet

3 participants