Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang Docker tag to v1.17.7 #73

Merged
merged 1 commit into from
Feb 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/cmd_cache
docker:
- image: golang:1.17.6-stretch@sha256:9f27d8e99227a48a1cee831fb75c2a2ef66b252dd1b11be35b50bec7aad1fd0f
- image: golang:1.17.7-stretch@sha256:9ff43cf673142369460f468969c0a9d45d4d3e17c8080f366045021f8242b60c
steps:
- checkout
- setup_remote_docker
Expand All @@ -15,7 +15,7 @@ jobs:
release:
working_directory: /go/src/github.com/kitsuyui/cmd_cache
docker:
- image: golang:1.17.6-stretch@sha256:9f27d8e99227a48a1cee831fb75c2a2ef66b252dd1b11be35b50bec7aad1fd0f
- image: golang:1.17.7-stretch@sha256:9ff43cf673142369460f468969c0a9d45d4d3e17c8080f366045021f8242b60c
steps:
- checkout
- setup_remote_docker
Expand Down