Skip to content

Commit

Permalink
internal/version: add wasip1 support
Browse files Browse the repository at this point in the history
Mirror what CL 479621 applied to cmd/go/internal/base/signal_unix.go.

For golang/go#58141.
Updates golang/go#36976.

Change-Id: I1c625e7d47433e69c00669a3c27dfa34ad45954a
Reviewed-on: https://go-review.googlesource.com/c/dl/+/540220
Reviewed-by: Heschi Kreinick <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
dmitshur authored and rwg committed Nov 28, 2023
1 parent d9f65cb commit 3897293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/signal_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris
//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris || wasip1
// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris wasip1

package version

Expand Down

0 comments on commit 3897293

Please sign in to comment.