Skip to content

Commit

Permalink
chore(ci): update build dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmEff committed Aug 19, 2024
1 parent a19ee98 commit 859c73a
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 859c73a

Please sign in to comment.