Skip to content

Commit 6a2cd18

Browse files
committed
Fixing image name
1 parent c5f3060 commit 6a2cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/go/src/github.com/Clever/gitbot
55
docker:
6-
- image: cimg:1.21
6+
- image: cimg/go:1.21
77
environment:
88
GOPRIVATE: github.com/Clever/*
99
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts

0 commit comments

Comments
 (0)