Skip to content

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