Skip to content

Commit 859c73a

Browse files
committed
chore(ci): update build dep versions
1 parent a19ee98 commit 859c73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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:20-slim
9+
- image: node:22-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.59
12+
- image: golangci/golangci-lint:v1.60
1313
golang-previous:
1414
docker:
15-
- image: golang:1.21
15+
- image: golang:1.22
1616
golang-latest:
1717
docker:
18-
- image: golang:1.22
18+
- image: golang:1.23
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)