Skip to content

Commit

Permalink
Merge pull request #317 from thaJeztah/execabs_deprecated
Browse files Browse the repository at this point in the history
switch back from golang.org/x/sys/execabs to os/exec (go1.19)
  • Loading branch information
kevpar authored May 14, 2024
2 parents 3c9576c + 92c1f57 commit bdc6c11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/security/grantvmgroupaccess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ package security

import (
"os"
"os/exec"
"path/filepath"
"regexp"
"strings"
"testing"

exec "golang.org/x/sys/execabs"
)

const (
Expand Down

0 comments on commit bdc6c11

Please sign in to comment.