Skip to content

Commit 5a1a6bb

Browse files
committed
.circleci: updates go version
1 parent a9ee0a3 commit 5a1a6bb

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
@@ -8,10 +8,10 @@ test_without_go_modules: &test_without_go_modules
88

99
version: 2
1010
jobs:
11-
golang:1.24.2:
11+
golang:1.24.1:
1212
<<: *test_without_go_modules
1313
docker:
14-
- image: cimg/go:1.24.2
14+
- image: cimg/go:1.24.1
1515
coveralls:
1616
docker:
1717
- image: circleci/golang:latest
@@ -25,5 +25,5 @@ workflows:
2525
version: 2
2626
build:
2727
jobs:
28-
- golang:1.24.2
28+
- golang:1.24.1
2929
- coveralls

0 commit comments

Comments
 (0)