70
Some checks failed
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 24s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Deploy Production / Deploy to Staging (push) Has been skipped
Some checks failed
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 24s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Deploy Production / Deploy to Staging (push) Has been skipped
This commit is contained in:
@@ -31,11 +31,10 @@ jobs:
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
|
||||
|
||||
- name: Run golangci-lint
|
||||
run: |
|
||||
go clean -modcache
|
||||
go mod tidy
|
||||
golangci-lint run -c ./.golangci-lint.yaml --fix=false --color=always
|
||||
|
||||
|
||||
Reference in New Issue
Block a user