fix: Update build tag to new Go 1.17+ format

- Change '// +build integration' to '//go:build integration'
- Fixes golangci-lint govet warning about deprecated build tag format
This commit is contained in:
juanatsap
2025-11-20 14:06:01 +00:00
parent 033e2aa1fc
commit 23f63e77fe
+1 -1
View File
@@ -1,4 +1,4 @@
// +build integration
//go:build integration
package handlers