Skip to content

Commit

Permalink
Update tests/core/go_path/cmd/bin/BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Nov 24, 2022
1 parent 7d1384d commit e7629e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/go_path/cmd/bin/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go_binary(
srcs = ["bin.go"],
importpath = "example.com/repo/cmd/bin",
visibility = ["//visibility:public"],
linkmode="pie",
linkmode = "pie",
deps = [
"//tests/core/go_path/pkg/lib:go_default_library"
]
Expand Down

0 comments on commit e7629e5

Please sign in to comment.