Skip to content

Commit 1dcfc8b

Browse files
authored
Merge pull request #70 from tfrisch06/update-circleci
fix: Update CircleCI
2 parents debe68e + b13ae86 commit 1dcfc8b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.52
12+
- image: golangci/golangci-lint:v1.54
1313
golang-previous:
1414
docker:
15-
- image: golang:1.19
15+
- image: golang:1.20
1616
golang-latest:
1717
docker:
18-
- image: golang:1.20
18+
- image: golang:1.21
1919

2020
jobs:
2121
lint-markdown:

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ linters:
66
- containedctx
77
- contextcheck
88
- decorder
9-
- depguard
109
- dogsled
1110
- dupl
1211
- errcheck

0 commit comments

Comments
 (0)