Skip to content

Commit

Permalink
Merge pull request #61 from EmmEff/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
EmmEff authored Aug 22, 2024
2 parents a19ee98 + 859c73a commit 0d7e259
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:20-slim
- image: node:22-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.59
- image: golangci/golangci-lint:v1.60
golang-previous:
docker:
- image: golang:1.21
- image: golang:1.22
golang-latest:
docker:
- image: golang:1.22
- image: golang:1.23

jobs:
lint-markdown:
Expand Down

0 comments on commit 0d7e259

Please sign in to comment.