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 version to 1.18 #425

Merged
merged 1 commit into from
Apr 10, 2022
Merged

Bump Go version to 1.18 #425

merged 1 commit into from
Apr 10, 2022

Conversation

buchdag
Copy link
Member

@buchdag buchdag commented Apr 10, 2022

This PR bump Go version to 1.18.

Noteworthy addition are the break and continue actions in text/template (thanks @rhansen for highlighting this):

{{break}}
The innermost {{range pipeline}} loop is ended early, stopping the
current iteration and bypassing all remaining iterations.

{{continue}}
The current iteration of the innermost {{range pipeline}} loop is
stopped, and the loop starts the next iteration.

@buchdag buchdag added enhancement go Pull requests that update Go code labels Apr 10, 2022
@buchdag buchdag merged commit 640ef2f into main Apr 10, 2022
@buchdag buchdag deleted the go-1.18 branch April 10, 2022 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant