Closed sevein closed 1 month ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.