File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: cimg/go:latest
5+
- image: cimg/go:1.18.2
66
steps:
77
- checkout
88
- setup_remote_docker:
@@ -13,7 +13,7 @@ jobs:
1313

1414
deploy:
1515
docker:
16-
- image: cimg/go:latest
16+
- image: cimg/go:1.18.2
1717
steps:
1818
- checkout
1919
- setup_remote_docker:
@@ -36,3 +36,5 @@ workflows:
3636
only: /^v(\d+)\.(\d+)\.(\d+)/
3737
branches:
3838
ignore: /.*/
39+
40+
# https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/1

0 commit comments

Comments
 (0)