marcboeker / go-duckdb

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

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

Closed deining closed 3 months ago

deining commented 3 months 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 3 months ago

@deining 🙏