Skip to content

Commit

Permalink
chore: increase golangci lint timeout to 10m
Browse files Browse the repository at this point in the history
Signed-off-by: chlins <[email protected]>
  • Loading branch information
chlins committed Oct 28, 2024
1 parent a41c139 commit 4a6edc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: v1.54
args: --verbose
args: --verbose --timeout=10m
3 changes: 1 addition & 2 deletions cmd/modctl/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ import (
"text/tabwriter"

"github.com/CloudNativeAI/modctl/pkg/oci"
humanize "github.com/dustin/go-humanize"
"github.com/spf13/cobra"
"github.com/spf13/viper"

"github.com/dustin/go-humanize"
)

// listCmd represents the modctl command for list.
Expand Down
2 changes: 1 addition & 1 deletion pkg/oci/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
modelspec "github.com/CloudNativeAI/modctl/pkg/oci/spec"
"github.com/CloudNativeAI/modctl/pkg/storage"

"github.com/dustin/go-humanize"
humanize "github.com/dustin/go-humanize"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
)

Expand Down

0 comments on commit 4a6edc2

Please sign in to comment.