Re: [PR] feat(ci): go:embed usage [camel-k]

2024-02-16 Thread via GitHub


squakez merged PR #5160:
URL: https://github.com/apache/camel-k/pull/5160


-- 
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



Re: [PR] feat(ci): go:embed usage [camel-k]

2024-02-16 Thread via GitHub


squakez commented on PR #5160:
URL: https://github.com/apache/camel-k/pull/5160#issuecomment-1948383249

   Checks failure unrelated.


-- 
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



[PR] feat(ci): go:embed usage [camel-k]

2024-02-16 Thread via GitHub


squakez opened a new pull request, #5160:
URL: https://github.com/apache/camel-k/pull/5160

   
   With this PR we replace the 3rd party tool we used so far to embed resources 
with the `go:embed` feature which has been included in Go since version 1.6. 
From now on there won't any reason to regenerate the `resource.go` file which 
was causing a lot of headache with merge conflicts as the resources will be 
regenerated automatically by the language with its native feature.
   
   Closes https://github.com/apache/camel-k/issues/3384
   
   
   
   
   **Release Note**
   ```release-note
   feat(ci): go:embed usage
   ```
   


-- 
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