Skip to content

update go workflows, add slog adapter #133

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

Merged
merged 4 commits into from
Jul 17, 2025
Merged

update go workflows, add slog adapter #133

merged 4 commits into from
Jul 17, 2025

Conversation

vroldanbet
Copy link
Contributor

@vroldanbet vroldanbet commented Jul 17, 2025

go-workflows was just released in version 1.0.0, so it was a good opportunity to move, as it's such an essential piece of this project.

I also updated SpiceDB dependency, and fixed some linter errors, and greated a klog-to-slog adapter for go-wofklows.

@vroldanbet vroldanbet requested a review from ecordell July 17, 2025 11:26
@github-actions github-actions bot added area/core area/dependencies Affects dependencies area/tooling Affects the dev or user toolchain labels Jul 17, 2025
@@ -221,7 +221,11 @@ func GetFreePort(listenAddr string) (int, error) {
if err != nil {
return 0, err
}
defer dummyListener.Close()
defer func() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe just run this block after the line below, non-deferred, and then bubble the error up?

@vroldanbet vroldanbet force-pushed the update-go-workflows branch from a61996d to c2e571f Compare July 17, 2025 12:45
@vroldanbet vroldanbet force-pushed the update-go-workflows branch from 4b884a0 to b8d3035 Compare July 17, 2025 12:50
@vroldanbet vroldanbet requested a review from ecordell July 17, 2025 12:51
@vroldanbet vroldanbet changed the title update go workflows update go workflows, add slog adapter Jul 17, 2025
@vroldanbet vroldanbet merged commit 69452ad into main Jul 17, 2025
9 of 10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/core area/dependencies Affects dependencies area/tooling Affects the dev or user toolchain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants