From 22fb2298d5c90a238e1d62fc17f2e6af693a9263 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 21 Mar 2024 22:20:19 +0000 Subject: [PATCH] fix(build): for compatibility, use slices from exp. --- pkg/os/os.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/os/os.go b/pkg/os/os.go index 942589cb..0a9dde38 100644 --- a/pkg/os/os.go +++ b/pkg/os/os.go @@ -6,10 +6,10 @@ package util import ( "os" - "slices" "strings" "github.com/arduino/go-paths-helper" + "golang.org/x/exp/slices" ) var (