mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
ci: update golangci-lint version (#1834)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
7ce5a74598
commit
1675f30d4a
@@ -654,7 +654,7 @@ func getMockImageSummary() common.ImageSummary {
|
||||
func TestUtils(t *testing.T) {
|
||||
Convey("Utils", t, func() {
|
||||
ok := haveSameArgs(field{"query", []struct {
|
||||
Name string "json:\"name\""
|
||||
Name string `json:"name"`
|
||||
}{
|
||||
{Name: "arg1"}, {Name: "arg2"},
|
||||
}}, GQLQuery{
|
||||
@@ -663,7 +663,7 @@ func TestUtils(t *testing.T) {
|
||||
So(ok, ShouldBeFalse)
|
||||
|
||||
ok = haveSameArgs(field{"query", []struct {
|
||||
Name string "json:\"name\""
|
||||
Name string `json:"name"`
|
||||
}{
|
||||
{Name: "arg1"}, {Name: "arg2"},
|
||||
}}, GQLQuery{
|
||||
|
||||
Reference in New Issue
Block a user