atn832 / fake_cloud_firestore

BSD 2-Clause "Simplified" License
119 stars 93 forks source link

fix dart-format workflow: upgrade dart image #292

Closed atn832 closed 8 months ago

atn832 commented 8 months ago

I had not realized that the google/dart Docker account had been discontinued: https://hub.docker.com/r/google/dart/tags. It was shipping with Dart 2.15.1 and couldn't parse our newer Dart 3.0.0 code.

https://github.com/atn832/fake_cloud_firestore/actions/runs/7519020088/job/20467064770

DART_VERSION=2.15.1

The new account is https://hub.docker.com/_/dart.