Skip to content

Update Github CI flow to use Go 1.18, bump actions versions #2166

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

Merged
merged 1 commit into from
May 2, 2022

Conversation

aldas
Copy link
Contributor

@aldas aldas commented Apr 29, 2022

Update Github CI flow to use Go 1.18, bump action versions.

Note: Github flow used go get -u golang.org/x/lint/golint@latest but from Go 1.18 this way of installing commands is removed and go install golang.org/x/lint/golint@latest should be used. But go install is supported only from Go 1.16. So I dropped Go 1.15 from github flow at the moment.

@aldas aldas requested a review from lammel April 29, 2022 20:01
@aldas
Copy link
Contributor Author

aldas commented Apr 29, 2022

@lammel please do a review for this PR

Copy link
Contributor

@lammel lammel left a comment

Choose a reason for hiding this comment

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

Full thumbs up. Let's get back to the future ;-)

@lammel lammel merged commit 6df1c35 into labstack:master May 2, 2022
@lammel
Copy link
Contributor

lammel commented May 2, 2022

Seems like the MacOS CI fails on master now for Go 1.18. The timeout middleware seems to trigger a race there.
That should have happened on the checks on this branch too...

@aldas aldas deleted the ci_with_go1_18 branch July 12, 2022 19:04
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