Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: use go1.22 semantics for gofumpt #5684

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thaJeztah
Copy link
Member

gofumpt defaults to using the go version from go.mod, but as we don't have one, we need to set it explicitly.

- A picture of a cute animal (not mandatory but encouraged)

gofumpt defaults to using the go version from go.mod, but as we don't
have one, we need to set it explicitly.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.50%. Comparing base (26526f9) to head (b8fd205).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5684      +/-   ##
==========================================
- Coverage   59.53%   59.50%   -0.03%     
==========================================
  Files         346      346              
  Lines       29371    29371              
==========================================
- Hits        17486    17478       -8     
- Misses      10914    10923       +9     
+ Partials      971      970       -1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants