docker-credential-gcr icon indicating copy to clipboard operation
docker-credential-gcr copied to clipboard

Update minimum golang version in readme to 1.18

Open DDRBoxman opened this issue 1 year ago • 0 comments

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

../../go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/config/credentials/file_store.go:79:20: undefined: strings.Cut

DDRBoxman avatar Aug 22 '24 14:08 DDRBoxman