Skip to content

Commit

Permalink
Upgrade golang lint version (#1225)
Browse files Browse the repository at this point in the history
* upgrade golang lint

Signed-off-by: sunwp <[email protected]>

* upgrade golang lint

Signed-off-by: sunwp <[email protected]>
  • Loading branch information
244372610 authored and gaius-qi committed Jun 28, 2023
1 parent 56cd51a commit a4caf59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Golangci lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.1
version: v1.45.2

- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1
Expand Down
2 changes: 0 additions & 2 deletions cmd/dfget/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ package main

import (
"d7y.io/dragonfly/v2/cmd/dfget/cmd"

// Register http client
_ "d7y.io/dragonfly/v2/pkg/source/httpprotocol"

// Register oss client
_ "d7y.io/dragonfly/v2/pkg/source/ossprotocol"
)
Expand Down

0 comments on commit a4caf59

Please sign in to comment.