We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents debe68e + b13ae86 commit 1dcfc8bCopy full SHA for 1dcfc8b
.circleci/config.yml
@@ -9,13 +9,13 @@ executors:
9
- image: node:18-slim
10
golangci-lint:
11
docker:
12
- - image: golangci/golangci-lint:v1.52
+ - image: golangci/golangci-lint:v1.54
13
golang-previous:
14
15
- - image: golang:1.19
+ - image: golang:1.20
16
golang-latest:
17
18
- - image: golang:1.20
+ - image: golang:1.21
19
20
jobs:
21
lint-markdown:
.golangci.yml
@@ -6,7 +6,6 @@ linters:
6
- containedctx
7
- contextcheck
8
- decorder
- - depguard
- dogsled
- dupl
- errcheck
0 commit comments