Skip to content

Commit

Permalink
Fix docker image name. (#10311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff authored Nov 2, 2020
1 parent a3d0cbe commit 664bde2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/commands/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
default: false
go_image:
type: string
default: "circleci/golang:1.15.3-stretch"
default: "circleci/golang:1.15.3-buster"
use_docker:
type: boolean
default: false
Expand Down

0 comments on commit 664bde2

Please sign in to comment.