Skip to content

Commit

Permalink
Merge pull request #133 from kitsuyui/renovate/docker-golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.14.11
  • Loading branch information
kitsuyui authored Nov 7, 2020
2 parents 5500916 + c1193ea commit 183aca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
test:
working_directory: /go/src/github.com/kitsuyui/myip
docker:
- image: golang:1.14.10-stretch@sha256:a1ebe4b26ec1c77e3c58d6c0d027028c6c3af9c6867f9fd3c795bac46819ed78
- image: golang:1.14.11-stretch@sha256:ccd532fe556d7cae3b5799a7ff99191c6141b57f507be5f76460190cd47e1bdc
steps:
- checkout
- setup_remote_docker
Expand All @@ -16,7 +16,7 @@ jobs:
release:
working_directory: /go/src/github.com/kitsuyui/myip
docker:
- image: golang:1.14.10-stretch@sha256:a1ebe4b26ec1c77e3c58d6c0d027028c6c3af9c6867f9fd3c795bac46819ed78
- image: golang:1.14.11-stretch@sha256:ccd532fe556d7cae3b5799a7ff99191c6141b57f507be5f76460190cd47e1bdc
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 183aca7

Please sign in to comment.