-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go2rtc 1.8.5 #5970
go2rtc 1.8.5 #5970
Conversation
…xByteSlice` The commit introduces a new patch file for the go2rtc project which refactors functions in the `homekit/helpers.go` file. This patch replaces the usage of the external `slices` package with a newly added function `maxByteSlice` within the same file, streamlining the extraction of maximum profileID and level values from byte slices. The `PATCHES_LEVEL` variable is also added to the Makefile, likely indicating the system should apply one level of patches during build.
@skrashevich we do not want to be a development environment for other packages. |
All patches have been removed, as compatibility with go1.20 is no longer required (due to #5981) |
Co-authored-by: hgy59 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
version update
The patch is needed to provide compatibility with go1.20
Appropriate PR in the main project repository: AlexxIT/go2rtc#865
Checklist
all-supported
completed successfullyType of change