philippgille / gokv

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Mozilla Public License 2.0
724 stars 68 forks source link

Update and improve usage of GitHub Actions dependencies #156

Closed philippgille closed 9 months ago

philippgille commented 9 months ago

Update actions/checkout from v3 to v4, and actions/setup-go from v3 to v4.

Makes use of suppressing progress during Git checkout, and configures Go dependency caching.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9ff6a17) 65.26% compared to head (7294296) 65.26%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #156 +/- ## ======================================= Coverage 65.26% 65.26% ======================================= Files 25 25 Lines 2096 2096 ======================================= Hits 1368 1368 Misses 601 601 Partials 127 127 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.