Skip to content

Commit ff2794c

Browse files
authored
Merge pull request #105 from bmf-san/feature/replace-ci-img
Use golang img instead of using cimg
2 parents 24ce113 + 90d5bfd commit ff2794c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
type: boolean
1313
default: true
1414
docker:
15-
- image: "cimg/go:<< parameters.version >>"
15+
- image: "golang:<< parameters.version >>"
1616
working_directory: ~/go/src/github.com/bmf-san/goblin
1717
environment:
1818
GO111MODULE: "on"

0 commit comments

Comments
 (0)