Skip to content

Commit

Permalink
cmd/coordinator: remove obsolete build tag
Browse files Browse the repository at this point in the history
See golang/go#67123

Change-Id: I05d602c1b5decb709473d6f0648837ae4270e9fe
Reviewed-on: https://go-review.googlesource.com/c/build/+/582958
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
  • Loading branch information
adonovan authored and gopherbot committed May 2, 2024
1 parent be868c5 commit d09f9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/coordinator/buildstatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.16 && (linux || darwin)
//go:build linux || darwin

package main

Expand Down

0 comments on commit d09f9c8

Please sign in to comment.