Skip to content

Commit

Permalink
Merge pull request #219 from sylabs/update-circleci
Browse files Browse the repository at this point in the history
Update CircleCI configuration
  • Loading branch information
EmmEff authored Mar 7, 2024
2 parents 8798f13 + b7e1685 commit 454a957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ orbs:
executors:
node:
docker:
- image: node:18-slim
- image: node:20-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.50
- image: golangci/golangci-lint:v1.56
golang-previous:
docker:
- image: golang:1.19
- image: golang:1.20
golang-latest:
docker:
- image: golang:1.20
- image: golang:1.21

jobs:
lint-markdown:
Expand Down

0 comments on commit 454a957

Please sign in to comment.