We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8798f13 + b7e1685 commit 454a957Copy full SHA for 454a957
.circleci/config.yml
@@ -6,16 +6,16 @@ orbs:
6
executors:
7
node:
8
docker:
9
- - image: node:18-slim
+ - image: node:20-slim
10
golangci-lint:
11
12
- - image: golangci/golangci-lint:v1.50
+ - image: golangci/golangci-lint:v1.56
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:
0 commit comments