mirror of
https://github.com/rancher/plugins.git
synced 2025-09-04 08:11:14 +00:00
Merge pull request #888 from jingyuanliang/go120
Bump to golang 1.20 to pick up go1.19.6 / go1.20.1 CVE fixes
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
package ns_test
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
@@ -24,7 +23,6 @@ import (
|
||||
)
|
||||
|
||||
func TestNs(t *testing.T) {
|
||||
rand.Seed(GinkgoRandomSeed())
|
||||
runtime.LockOSThread()
|
||||
|
||||
RegisterFailHandler(Fail)
|
||||
|
Reference in New Issue
Block a user