diff --git a/internal/renameio/umask_test.go b/internal/renameio/umask_test.go index 921a2bdb6174..3f1795fbb0ee 100644 --- a/internal/renameio/umask_test.go +++ b/internal/renameio/umask_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !plan9,!windows,!js +//go:build !plan9 && !windows && !js package renameio