Skip to content

Commit c956584

Browse files
author
hirohito-sasakawa
committed
remove comment
1 parent 872f215 commit c956584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gcr.go

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type gcrImageDetail struct {
2323

2424
type gcrImages []gcrImageDetail
2525

26-
// ref: https://stackoverflow.com/questions/34037256/does-google-container-registry-support-docker-remote-api-v2/34046435#34046435
2726
func fetchBearer(repo string, image string) (string, error) {
2827
credential, err := google.FindDefaultCredentials(context.Background())
2928
if err != nil {

0 commit comments

Comments
 (0)