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

Bump go.mod to use Go 1.18 #13771

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Bump go.mod to use Go 1.18 #13771

merged 1 commit into from
Jun 29, 2022

Conversation

reedloden
Copy link
Contributor

@reedloden reedloden commented Jun 22, 2022

We're now using Go 1.18 features (native fuzzing in #13473), which means we need to accurately state that we require Go 1.18 in our go.mod.

@reedloden reedloden requested a review from zmb3 June 22, 2022 21:11
@reedloden reedloden self-assigned this Jun 22, 2022
@github-actions github-actions bot requested a review from jimbishopp June 22, 2022 21:12
@reedloden reedloden changed the title Bump go.mod to use Go 1.8 Bump go.mod to use Go 1.18 Jun 22, 2022
@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 0fabf46 to 6d4e536 Compare June 22, 2022 21:13
@reedloden reedloden enabled auto-merge (squash) June 22, 2022 21:14
@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 6d4e536 to 4eef03c Compare June 22, 2022 21:55
Copy link
Contributor

@jakule jakule left a comment

Choose a reason for hiding this comment

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

@reedloden Just to confirm. You're bumping up the version only on master or you're also going to do it on v10?

@reedloden
Copy link
Contributor Author

@reedloden Just to confirm. You're bumping up the version only on master or you're also going to do it on v10?

I defer to the core team as to what you all would want. For my purposes for fuzzing, I am only caring about master. But might be worthwhile to do v10 as well? Let me know.

@zmb3
Copy link
Collaborator

zmb3 commented Jun 23, 2022

We can keep the fuzz tests in master only for now, but let's put the 1.18 directive in v10 as well.

This will prevent a new change that leverages 1.18 features from failing when it is backported

@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 4eef03c to b63f702 Compare June 23, 2022 15:52
Copy link
Collaborator

@zmb3 zmb3 left a comment

Choose a reason for hiding this comment

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

We should probably do the API module too.

@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch 2 times, most recently from fa21b12 to 619fa2d Compare June 23, 2022 18:25
api/go.mod Show resolved Hide resolved
go.mod Show resolved Hide resolved
@zmb3 zmb3 self-requested a review June 23, 2022 22:32
@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 619fa2d to 1770160 Compare June 24, 2022 00:01
@reedloden reedloden requested review from r0mant and russjones June 24, 2022 18:20
@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 1770160 to 7c285bf Compare June 28, 2022 21:15
We're now using Go 1.18 features (native fuzzing in #13473),
which means we need to accurately state that we require Go 1.18 in our go.mod.

Also, run `go mod tidy`.
@reedloden reedloden force-pushed the reed/bump-go-mod-go1.8 branch from 7c285bf to 0dd5a99 Compare June 29, 2022 01:10
@reedloden reedloden merged commit 83eb9b2 into master Jun 29, 2022
reedloden added a commit that referenced this pull request Jun 29, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
@zmb3 zmb3 mentioned this pull request Jun 29, 2022
reedloden added a commit that referenced this pull request Jul 1, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
reedloden added a commit that referenced this pull request Jul 13, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
reedloden added a commit that referenced this pull request Jul 14, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
reedloden added a commit that referenced this pull request Aug 2, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
reedloden added a commit that referenced this pull request Aug 4, 2022
… Go 1.18

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
reedloden added a commit that referenced this pull request Aug 4, 2022
… Go 1.18 (#13959)

Missed two CI-related go.mod files in #13771, so bumping them to keep everything consistent.
@zmb3 zmb3 deleted the reed/bump-go-mod-go1.8 branch September 9, 2022 18:59
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.

5 participants