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

all: bump Go-1.23, drop Go-1.21 #784

Merged
merged 3 commits into from
Oct 22, 2024
Merged

all: bump Go-1.23, drop Go-1.21 #784

merged 3 commits into from
Oct 22, 2024

Conversation

sbinet
Copy link
Member

@sbinet sbinet commented Oct 22, 2024

Please take a look.

Signed-off-by: Sebastien Binet <binet@cern.ch>
Signed-off-by: Sebastien Binet <binet@cern.ch>
@kortschak
Copy link
Member

It's not quite true that vet will complain about non-constant formats, it will only complain about this when there is no argument. The fix is valid, but the commit message could be improved.

Go-1.24's govet will reject fmt.Xprintf calls with a non-constant
formatting string and no extra argument.
e.g.: `foo(str)` instead of `foo(str, arg1)`

Signed-off-by: Sebastien Binet <binet@cern.ch>
@sbinet
Copy link
Member Author

sbinet commented Oct 22, 2024

PTAL (with a somewhat improved commit message wording.)

@sbinet
Copy link
Member Author

sbinet commented Oct 22, 2024

the Windows failure is known (and we don't care much about it).
perhaps it's time to drop appveyor and test Windows on GH ? (but let's try to do that in another PR)

@sbinet sbinet merged commit daaa859 into gonum:master Oct 22, 2024
5 of 6 checks passed
@sbinet sbinet deleted the go-1.23 branch October 22, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants