Skip to content

Commit 166f838

Browse files
authored
Merge pull request #73 from EmmEff/update-circleci
Update CircleCI
2 parents d4b6fcd + 2329890 commit 166f838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ executors:
99
- image: node:20-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.55
12+
- image: golangci/golangci-lint:v1.59
1313
golang-previous:
1414
docker:
15-
- image: golang:1.20
15+
- image: golang:1.21
1616
golang-latest:
1717
docker:
18-
- image: golang:1.21
18+
- image: golang:1.22
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)