artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Remove .go-version file #1040

Closed sevein closed 1 month ago

sevein commented 1 month ago

This PR removes the .go-version file, as the Go version is now explicitly defined in the go directive within the go.mod file.

Reminder: Go 1.21 introduced toolchain management, i.e. your local go command can manually download and install the release indicated in the go.mod file. This is also leveraged by tools like vscode.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 55.35%. Comparing base (566cfca) to head (a3394e9). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1040 +/- ## ======================================= Coverage 55.35% 55.35% ======================================= Files 103 103 Lines 6021 6021 ======================================= Hits 3333 3333 Misses 2435 2435 Partials 253 253 ```

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