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

[v1] fix CI, add Go 1.17.x and 1.18.x #1379

Merged
merged 1 commit into from Apr 28, 2022
Merged

Conversation

kolyshkin
Copy link
Contributor

What type of PR is this?

  • cleanup

What this PR does / why we need it:

One test is failing with Go 1.17+ since it now panics instead of
returning an error. Catch the panic and consider the test passed.

With that out of the door, add Go 1.17.x and 1.18.x to the testing
matrix.

While at it, do not use && in run since it is executed by a shell with
set -e, thus making && redundant.

Which issue(s) this PR fixes:

None (AFAICS)

Special notes for your reviewer:

None

Testing

That's what we have CI for!

Release Notes

NONE

@kolyshkin kolyshkin requested a review from a team as a code owner April 27, 2022 02:01
One test is failing with Go 1.17+ since it now panics instead of
returning an error. Catch the panic and consider the test passed.

With that out of the door, add Go 1.17.x and 1.18.x to the testing
matrix.

While at it, do not use && in run since it is executed by a shell with
set -e, thus making && redundant.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@meatballhat meatballhat added the area/v1 relates to / is being considered for v1 label Apr 28, 2022
@meatballhat meatballhat added this to the Release 1.22.8 milestone Apr 28, 2022
Copy link
Member

@meatballhat meatballhat left a comment

Choose a reason for hiding this comment

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

Thank you! 🎉

Comment on lines -41 to +36
go run build.go vet &&
go run build.go test &&
go run build.go vet
go run build.go test
Copy link
Member

Choose a reason for hiding this comment

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

TIL that the default is to run with set -e 😯 !

@meatballhat meatballhat merged commit 936bd2e into urfave:v1 Apr 28, 2022
@kolyshkin kolyshkin mentioned this pull request May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/v1 relates to / is being considered for v1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants