astefanutti commented on code in PR #3963:
URL: https://github.com/apache/camel-k/pull/3963#discussion_r1063207008
##########
.github/workflows/release.yml:
##########
@@ -60,7 +60,7 @@ jobs:
- name: release-1.10.x nightly
uses: ./.github/actions/release-nightly
with:
- goVersion: "1.17.x"
+ goVersion: "1.18.x"
Review Comment:
Good catch! Updated.
##########
.github/workflows/release.yml:
##########
@@ -81,7 +81,7 @@ jobs:
- name: release-1.11.x nightly
uses: ./.github/actions/release-nightly
with:
- goVersion: "1.17.x"
+ goVersion: "1.18.x"
Review Comment:
Done, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]