Chore/upgrade go version#205
Merged
Merged
Conversation
Upgrade go.mod, Dockerfile, and all CI workflow files to use Go 1.25. Docker image updated to golang:1.25-trixie (bullseye not available for 1.25). 💘 Generated with Crush Assisted-by: Crush:deepseek/deepseek-v4-pro
Create a documentation file to centralize common CLI commands for testing, linting, and formatting. This provides a quick reference for developers to ensure consistent execution of project tasks using gotestsum and golangci-lint.
…hecks Update the golangci-lint configuration to version 2, enable parallel runners, and refresh the list of enabled linters to align with modern Go best practices. Add specific formatters and refine exclusion rules to reduce noise from generated code and third-party dependencies.
- golang.org/x/{oauth2,sync,text,net,crypto,sys,exp} to latest
- google.golang.org/{api,grpc,protobuf,genproto} to latest
- Transitive deps (cloud.google.com, otel) updated accordingly
💘 Generated with Crush
Assisted-by: Crush:deepseek/deepseek-v4-pro
- Replace magic numbers with named constants across all files
- Fix testifylint expected-actual ordering and assert.Contains
- Modernize interface{}→any and SplitSeq usage
- Fix line length, whitespace, and formatting (wsl_v5, gofumpt, golines)
- Replace deprecated option.WithCredentialsFile with WithAuthCredentialsFile
💘 Generated with Crush
Assisted-by: Crush:deepseek/deepseek-v4-pro
Replace the default github.token with a custom REPO_ACCESS_TOKEN secret. The default token often lacks the necessary permissions to trigger subsequent workflows or perform specific repository actions, requiring a personal access token with broader scope to ensure the pull request creation process succeeds.
Update the linting workflow to utilize the centralized golang-lint reusable workflow from the dictyBase/workflows repository. This change also restricts the workflow to ignore the master branch and ensures the linter runs against the specific pull request head commit.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #205 +/- ##
===========================================
- Coverage 18.92% 12.58% -6.35%
===========================================
Files 38 38
Lines 2029 1812 -217
===========================================
- Hits 384 228 -156
+ Misses 1604 1558 -46
+ Partials 41 26 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.