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 CI to test golang 1.20 #1039

Merged

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Currently CI tests 1.17 that has been EOL for 6 months. I would also be OK with adding a test for 1.19 as well, but seems slightly unnecessary.

@Quinn-With-Two-Ns Quinn-With-Two-Ns marked this pull request as ready for review February 16, 2023 19:19
@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner February 16, 2023 19:19
@@ -186,7 +186,7 @@ func Retry(ctx context.Context, operation Operation, policy RetryPolicy, isRetry
func IgnoreErrors(errorsToExclude []error) func(error) bool {
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 only used in TestIsRetryableFailure it appears to Go runtime issue I need to follow up on

Copy link
Member

Choose a reason for hiding this comment

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

👍 Admittedly curious what changed across versions here, but not that big of a deal and not blocking this

@@ -186,7 +186,7 @@ func Retry(ctx context.Context, operation Operation, policy RetryPolicy, isRetry
func IgnoreErrors(errorsToExclude []error) func(error) bool {
Copy link
Member

Choose a reason for hiding this comment

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

👍 Admittedly curious what changed across versions here, but not that big of a deal and not blocking this

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 0b0234f into temporalio:master Feb 16, 2023
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.

2 participants