1
0
Fork 0

Pin to CircleCI image that has Python

master
Philip O'Toole 3 years ago
parent 8d39b58ce0
commit ddfc9a1fdc

@ -7,7 +7,7 @@ jobs:
test:
docker:
# specify the version
- image: circleci/golang:1.16
- image: circleci/golang@sha256:bf91f089cecab7fcd329193022794e7d13c42ee4570b1ac2920875c1b948eb63
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
@ -31,7 +31,7 @@ jobs:
race:
docker:
# specify the version
- image: circleci/golang:1.16
- image: circleci/golang@sha256:bf91f089cecab7fcd329193022794e7d13c42ee4570b1ac2920875c1b948eb63
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images

Loading…
Cancel
Save