Skip to content

Commit 8017165

Browse files
authored
Merge pull request #55 from EmmEff/update-circleci
Update CircleCI configuration
2 parents e148eb0 + d642061 commit 8017165

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:18-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.49
12+
- image: golangci/golangci-lint:v1.53-alpine
1313
golang-previous:
1414
docker:
15-
- image: golang:1.18
15+
- image: golang:1.19
1616
golang-latest:
1717
docker:
18-
- image: golang:1.19
18+
- image: golang:1.20
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)