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>
This commit was merged in pull request #139.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package aether
|
||||
|
||||
Reference in New Issue
Block a user