File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838 - name : Install goimports
3939 run : |
40- go install golang.org/x/tools/cmd/goimports@latest
40+ go install golang.org/x/tools/cmd/goimports@v0.33.0
4141
4242 - name : Run goimports and check diffs
4343 id : fmt-check
Original file line number Diff line number Diff line change 3636 - name : golangci-lint
3737 uses : golangci/golangci-lint-action@v9
3838 with :
39- version : v2.1
39+ version : v2.0.2
4040 only-new-issues : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package v1
22
33import "github.com/yeeaiclub/dify-go/internal/handler"
44
5- // BaseClient the base clint of dify
5+ // BaseClient the base client of dify
66type BaseClient struct {
77 client * handler.Client // HTTP client for making API requests
88 apiKey string // API key for authentication
You can’t perform that action at this time.
0 commit comments