GoogleCloudPlatform / docker-credential-gcr

A Docker credential helper for GCR users
https://gcr.io
Apache License 2.0
292 stars 92 forks source link

Update minimum golang version in readme to 1.18 #169

Open DDRBoxman opened 3 weeks ago

DDRBoxman commented 3 weeks ago

The docker cli dep uses strings.Cut which was added in GO 1.18

../../go/pkg/mod/github.com/docker/cli@v24.0.5+incompatible/cli/config/credentials/file_store.go:79:20: undefined: strings.Cut