mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 12:57:38 +02:00
no longer need go1.26 with this fix
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/slackhq/nebula
|
||||
|
||||
go 1.26
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
dario.cat/mergo v1.0.2
|
||||
|
||||
@@ -28,5 +28,7 @@ func getFIPS140Version() string {
|
||||
}
|
||||
}
|
||||
}
|
||||
return fips140.Version()
|
||||
// TODO: Add as a backup once we bump to go1.26+
|
||||
// return fips140.Version()
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user