Enable Lint on CI (#2)
This commit is contained in:
committed by
Motiejus Jakštys
parent
a1b1be2303
commit
fef28b9706
@@ -9,7 +9,7 @@ go_library(
|
||||
name = "cgo_lib",
|
||||
srcs = ["cgo.go"],
|
||||
cgo = True,
|
||||
importpath = "git.sr.ht/~motiejus/bazel-zig-cc/test/cgo",
|
||||
importpath = "github.com/uber/bazel-zig-cc/test/cgo",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user