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

   <!-- Description -->
   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
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to