Skip to content

Commit

Permalink
Merge pull request #134 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.12
  • Loading branch information
kitsuyui authored Nov 15, 2020
2 parents 183aca7 + 1df1581 commit 65141dc
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.11-stretch@sha256:ccd532fe556d7cae3b5799a7ff99191c6141b57f507be5f76460190cd47e1bdc
- image: golang:1.14.12-stretch@sha256:50c1e1309771744af375396466cc5f129e1efd55f395bd657cc6d70790c1b40c
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.11-stretch@sha256:ccd532fe556d7cae3b5799a7ff99191c6141b57f507be5f76460190cd47e1bdc
- image: golang:1.14.12-stretch@sha256:50c1e1309771744af375396466cc5f129e1efd55f395bd657cc6d70790c1b40c
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 65141dc

Please sign in to comment.