squakez closed issue #4641: Set up same golang version for github actions
URL: https://github.com/apache/camel-k/issues/4641
--
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
lburgazzoli commented on issue #4641:
URL: https://github.com/apache/camel-k/issues/4641#issuecomment-1774486965
the go version can be set to use the version defined in the go.mod file,
like:
```yaml
- name: "Set up Go"
uses: actions/setup-go@v4
with:
gansheer commented on issue #4641:
URL: https://github.com/apache/camel-k/issues/4641#issuecomment-1772875023
I'll take care of it.
--
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 co