Skip to content

Commit c541abb

Browse files
committed
chore(ci): update CircleCI configuration
1 parent 95ca366 commit c541abb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ orbs:
66
executors:
77
node:
88
docker:
9-
- image: node:17-slim
9+
- image: node:18-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.47
12+
- image: golangci/golangci-lint:v1.52
1313
golang-previous:
1414
docker:
15-
- image: golang:1.17
15+
- image: golang:1.19
1616
golang-latest:
1717
docker:
18-
- image: golang:1.18
18+
- image: golang:1.20
1919

2020
jobs:
2121
lint-markdown:

.golangci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ linters:
55
- bodyclose
66
- containedctx
77
- contextcheck
8-
- deadcode
98
- decorder
109
- depguard
1110
- dogsled
@@ -32,13 +31,10 @@ linters:
3231
- nilnil
3332
- prealloc
3433
- revive
35-
- rowserrcheck
3634
- staticcheck
37-
- structcheck
3835
- tenv
3936
- typecheck
4037
- unconvert
4138
- unparam
4239
- unused
43-
- varcheck
4440
- whitespace

0 commit comments

Comments
 (0)