marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

fix the 'Restore cache failed' warning of the tests.yaml github action job #262

Closed deining closed 4 weeks ago

deining commented 1 month ago

As seen here, the cache is not working correctly in the current job configuration. This PR fixes that issue by adjusting the order of steps in the job:

  1. actions/checkout
  2. actions/setup-go
marcboeker commented 4 weeks ago

@deining 🙏