Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 99e9345

Browse files
committed
Fix circleci config
1 parent c4114f4 commit 99e9345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- image: golangci/golangci-lint:v1.23.8-alpine
66
steps:
77
- checkout
8-
- run: make lint
8+
- run: golangci-lint run
99
test:
1010
docker:
1111
- image: circleci/golang:1.13

0 commit comments

Comments
 (0)