-
-
Notifications
You must be signed in to change notification settings - Fork 26
chore: update to Go 1.24 #153
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
Conversation
test -f $(go env GOPATH)/bin/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5 $(go env GOPATH)/bin/golangci-lint run ./... WARN The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature another linter. Replaced by usetesting. pkg/testcoverage/badgestorer/github_test.go:92:3: context.Background() could be replaced by t.Context() in deleteFile (usetesting) context.Background(), ^ pkg/testcoverage/badgestorer/github_test.go:101:3: context.Background() could be replaced by t.Context() in deleteFile (usetesting) context.Background(), ^ make: *** [lint] Error 1 zsh: exit 2 make lint
hey, in context of this repo |
I'll argue that Go 1.24 support does bring a new feature: I have a repo failing because of the use of |
I labeled this PR "feat" as "chore" didn't quite fit since I updated a test file.