Add staticcheck fixes (#3221)
* Add staticcheck fixes Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * update golangci-lint version Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> --------- Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ func TestGetIngressSpec(t *testing.T) {
|
||||
ingressNS string
|
||||
trigger *fv1.HTTPTrigger
|
||||
}
|
||||
var pathType v1.PathType = v1.PathTypeImplementationSpecific
|
||||
var pathType = v1.PathTypeImplementationSpecific
|
||||
tests := []struct {
|
||||
name string
|
||||
args args
|
||||
|
||||
Reference in New Issue
Block a user