Skip to content

Commit 8d0f4a1

Browse files
Merge pull request #1215 from racheljpg/buildpatch
OCPBUGS-26119: Add build tags to tools.go file to solve linting issues when running Snyk scans
2 parents d3c77ff + a0735d4 commit 8d0f4a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build tools
2+
// +build tools
3+
14
package tools
25

36
import (

0 commit comments

Comments
 (0)