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:
@@ -1,4 +1,4 @@
|
||||
// +build integration
|
||||
//go:build integration
|
||||
|
||||
package handlers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user