You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/08/03 07:37:57 UTC

[GitHub] [camel-k] squakez opened a new issue, #4641: Set up same golang version for github actions

squakez opened a new issue, #4641:
URL: https://github.com/apache/camel-k/issues/4641

   We don't have it set in all workflows. It would be convenient to define it in each workflow for consistency.


-- 
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-unsubscribe@camel.apache.org.apache.org

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


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

Posted by "gansheer (via GitHub)" <gi...@apache.org>.
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 comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


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

Posted by "squakez (via GitHub)" <gi...@apache.org>.
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 unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


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

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
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-unsubscribe@camel.apache.org

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