fix go tests for darwin

This commit is contained in:
Pogobanane 2022-07-10 13:36:11 +02:00
parent 4f3d45c058
commit 783af739d2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,6 @@ import (
"github.com/mozilla-services/yaml"
"go.mozilla.org/sops/v3/decrypt"
"golang.org/x/sys/unix"
"github.com/joho/godotenv"
)

View file

@ -1,4 +1,5 @@
// +build linux
//go:build linux || darwin
// +build linux darwin
package main