Skip to content

Commit

Permalink
BS: Display version (#3027)
Browse files Browse the repository at this point in the history
fixes #3026
  • Loading branch information
oncilla authored Aug 22, 2019
1 parent fa2dc7a commit 623389e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/beacon_srv/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("//:scion.bzl", "scion_go_binary")

go_library(
name = "go_default_library",
Expand Down Expand Up @@ -44,7 +45,7 @@ go_library(
],
)

go_binary(
scion_go_binary(
name = "beacon_srv",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 623389e

Please sign in to comment.