Skip to content

Commit 336c735

Browse files
authored
Change to non-deprecated CircleCI Docker convenience image
1 parent 16e7ef2 commit 336c735

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
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build-and-release:
44
docker:
5-
- image: circleci/golang:1.13.8
5+
- image: cimg/go:1.17
66
steps:
77
- checkout
88
- run:

0 commit comments

Comments
 (0)