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:
             go-version-file: 'go.mod'
             check-latest: true
    ```


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to