Files
aether/nats_eventbus_integration_test.go
Claude Code 5b5083dcf8
Some checks failed
CI / build (pull_request) Successful in 21s
CI / build (push) Successful in 21s
CI / integration (pull_request) Failing after 2m0s
CI / integration (push) Failing after 1m59s
fix: Update deprecated Go build tag syntax in nats_eventbus_integration_test.go
Replace deprecated '// +build integration' with modern '//go:build integration' syntax.
The old syntax was not recognized by Go 1.17+ build system, preventing integration
tests from being executed in CI/CD pipelines.

Closes #138

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-01-13 23:47:55 +01:00

32 KiB