File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 with :
3737 go-version-file : ' go.mod'
3838 - name : Lint Agent Code
39- uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5 .0.0
39+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
4040 with :
4141 version : " ${{ env.GOLANGCI_LINT_VERSION }}"
4242 args : -c ./scripts/.golangci.yml
4343 skip-cache : true
4444 - name : Lint SDK Code
45- uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5 .0.0
45+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
4646 with :
4747 version : " ${{ env.GOLANGCI_LINT_VERSION }}"
4848 working-directory : sdk
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LEFTHOOK = "github.com/evilmartians/lefthook@v1.5.5"
66GO_SWAGGER = "github.com/go-swagger/go-swagger/cmd/swagger@abb53530bfcf49c470e5f4c7071ee43f37ec7437" # v0.30.5 currently broken. Update expected shortly. Ref: https://github.com/go-swagger/go-swagger/issues/3070
77PROTOBUF = "github.com/gogo/protobuf/protoc-gen-gogo@v1.3.2"
88GOGOFAST = "github.com/gogo/protobuf/protoc-gen-gogofast@v1.3.2"
9- GOLANGCI_LINT = "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.1 "
9+ GOLANGCI_LINT = "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0 "
1010PROTOC_GENGO = "google.golang.org/protobuf/cmd/protoc-gen-go@v1.32.0"
1111PROTOC_VALIDATORS = "github.com/mwitkow/go-proto-validators/protoc-gen-govalidators@v0.3.2"
1212PROTOC_GEN_DOC = "github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.5.1"
You can’t perform that action at this time.
0 commit comments