Re: [I] Set up same golang version for github actions [camel-k]

2023-10-23 Thread via GitHub
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

Re: [I] Set up same golang version for github actions [camel-k]

2023-10-22 Thread via GitHub
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:

Re: [I] Set up same golang version for github actions [camel-k]

2023-10-20 Thread via GitHub
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