Skip to content

Commit 822147a

Browse files
committed
chore(ci): bump Go to v1.24
1 parent 1e53b45 commit 822147a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ executors:
1212
- image: golangci/golangci-lint:v2.2
1313
golang-previous:
1414
docker:
15-
- image: golang:1.22
15+
- image: golang:1.23
1616
golang-latest:
1717
docker:
18-
- image: golang:1.23
18+
- image: golang:1.24
1919

2020
jobs:
2121
lint-markdown:

0 commit comments

Comments
 (0)