We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa3f5b5 + 0107a47 commit 9b5ea4bCopy full SHA for 9b5ea4b
.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.13.1-stretch@sha256:a219387d86d28db4e6e0c14b9331492648442460fc803d84a03ba582fa5217a6
+ - image: golang:1.13.4-stretch@sha256:1ba7f2f3e29c362b78241aad8f6bb4b0abc8f7f84df3aef21b1300497d4b3b9d
7
steps:
8
- checkout
9
- setup_remote_docker
@@ -15,7 +15,7 @@ jobs:
15
release:
16
17
18
19
20
21
0 commit comments