-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: bump #119
chore: bump #119
Conversation
Thanks for these PRs. Will check them out in a week or so as I am out at the moment. |
Also have to update asyncjobs/.github/workflows/test.yaml Line 8 in 0fea613
|
go.mod
Outdated
@@ -1,52 +1,52 @@ | |||
module github.com/choria-io/asyncjobs | |||
|
|||
go 1.19 | |||
go 1.22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I should have noticed this, this should be 1.21 if we are testing both 1.21 and 1.22
sorry about that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got that and put 1.21 and 1.22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we're testing against 1.21 and 1.22 - good. But the go.mod declares minimal supported Go is 1.22 so the 1.21 test are failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Thanks! I'll review the other soon, still settling in after holiday break. Please sign commits |
Bumped to latest versions. Tests passed