Fix fission check command doesnt work for namespace other than fission (#2932)

* Fix `fission check` command which does not work outside of `fission` namespace

If user provide namespace then use it for running `fission check` command.
If user does not provide namespace then use `fission` as default namespace.

* Update go version to 1.22.2

---------

Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
This commit is contained in:
soharab-ic
2024-05-07 11:18:22 +05:30
committed by GitHub
parent 63864a91f2
commit 241983d2f7
5 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/fission/fission
go 1.22
go 1.22.2
require (
dario.cat/mergo v1.0.0