Skip to content

Commit b7fdf9f

Browse files
authored
Merge pull request #32 from tri-adam/ci-updates
CI: update Node and golangci-lint version
2 parents 4f16b7d + a79e41e commit b7fdf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint_markdown:
1313
<<: *defaults
1414
docker:
15-
- image: node:12-slim
15+
- image: node:13-slim
1616
steps:
1717
- checkout
1818
- run:
@@ -36,7 +36,7 @@ jobs:
3636
- checkout
3737
- run:
3838
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
39+
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
4040
- run:
4141
name: Check for Lint
4242
command: golangci-lint run

0 commit comments

Comments
 (0)