Kevin Franklin Kim
Kevin Franklin Kim
Filters out duplicates in the internal history
Adds automated release creation (including binaries) on tag push using github action and goreleaser. **NOTE:** You would need to add your `PERSONAL_GITHUB_TOKEN` as a new Repository Secret (Settings > Secrets...
Need the option to set the delay before redial.
Hi, it would be very helpful if you could add github releases to your versions so that it's easier to pin down to a specific version. Thanks a lot!!!
This does not work: ```go type EntityID uuid.UUID type Entity struct { ID EntityID } ``` but this does: ```go type EntityID [16]byte type Entity struct { ID EntityID }...
Hi, please take a look at the following changes - use go 1.22 - bump k8s to 0.30.3 - fix branch name in gh workflows - add darwin arm64 -...