Skip to content

Commit 454a957

Browse files
authored
Merge pull request #219 from sylabs/update-circleci
Update CircleCI configuration
2 parents 8798f13 + b7e1685 commit 454a957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ orbs:
66
executors:
77
node:
88
docker:
9-
- image: node:18-slim
9+
- image: node:20-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.50
12+
- image: golangci/golangci-lint:v1.56
1313
golang-previous:
1414
docker:
15-
- image: golang:1.19
15+
- image: golang:1.20
1616
golang-latest:
1717
docker:
18-
- image: golang:1.20
18+
- image: golang:1.21
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)