We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f16b7d + a79e41e commit b7fdf9fCopy full SHA for b7fdf9f
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
lint_markdown:
13
<<: *defaults
14
docker:
15
- - image: node:12-slim
+ - image: node:13-slim
16
steps:
17
- checkout
18
- run:
@@ -36,7 +36,7 @@ jobs:
36
37
38
name: Install golangci-lint
39
- command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7
+ command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
40
41
name: Check for Lint
42
command: golangci-lint run
0 commit comments