Skip to content

Commit a4e1b09

Browse files
committed
Replace @local_config_platform with @platforms//host
The `local_config_platform` repo is no longer available with Bazel@HEAD.
1 parent 8e7d9cd commit a4e1b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/private/rules/go_bin_for_host.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@local_config_platform//:constraints.bzl", "HOST_CONSTRAINTS")
15+
load("@platforms//host:constraints.bzl", "HOST_CONSTRAINTS")
1616
load("//go/private:common.bzl", "GO_TOOLCHAIN")
1717

1818
def _ensure_target_cfg(ctx):

0 commit comments

Comments
 (0)