Bump to golang 1.20 to pick up go1.19.6 / go1.20.1 CVE fixes
Go 1.18 is already EOL and doesn't have fixes available. Signed-off-by: Jingyuan Liang <jingyuanliang@google.com>
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"net"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
@ -32,8 +31,6 @@ import (
|
||||
)
|
||||
|
||||
func TestPortmap(t *testing.T) {
|
||||
rand.Seed(GinkgoRandomSeed())
|
||||
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "plugins/meta/portmap")
|
||||
}
|
||||
|
Reference in New Issue
Block a user