From 4e9fbee1e2ef39ff56bdfb19126a9b1a8a841eb4 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 15 Mar 2022 18:09:19 -0400 Subject: ci: Build on Go 1.18, bump actions versions (#4637) * ci: Build on Go 1.18, bump actions versions * Revert linter version bump for now * Try linter again --- notify/notify_other.go | 1 + 1 file changed, 1 insertion(+) (limited to 'notify') diff --git a/notify/notify_other.go b/notify/notify_other.go index 17f62ba..6ffec89 100644 --- a/notify/notify_other.go +++ b/notify/notify_other.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !linux // +build !linux package notify -- cgit v1.2.3