Skip to content

Commit 04860ec

Browse files
authored
Merge pull request #71 from sylabs/update-ci
Update CI/CD configuration
2 parents 1dcfc8b + d254715 commit 04860ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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.54
12+
- image: golangci/golangci-lint:v1.55
1313
golang-previous:
1414
docker:
1515
- image: golang:1.20

0 commit comments

Comments
 (0)