We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade9574 + d72f1c0 commit 8804f0cCopy full SHA for 8804f0c
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
test:
4
working_directory: /go/src/github.com/kitsuyui/cmd_cache
5
docker:
6
- - image: golang:1.17.7-stretch@sha256:9ff43cf673142369460f468969c0a9d45d4d3e17c8080f366045021f8242b60c
+ - image: golang:1.17.8-stretch@sha256:5e1bdad3f8fbe3cc6eafc8bdcdf0c1cd72b569e10b3ff366f4cfbef8adc4d82d
7
steps:
8
- checkout
9
- setup_remote_docker
@@ -15,7 +15,7 @@ jobs:
15
release:
16
17
18
19
20
21
0 commit comments