Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style#36876
Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style#36876silverwind merged 3 commits intogo-gitea:mainfrom
Conversation
- Bump go.mod from 1.26.0 to 1.26.1 (security patch) - Refactor TestMatchIssuesEvent to use tagged switch on tc.eventType - Run make tidy, fmt, lint-go
|
Written by Claude for silverwind.
|
Restore the original switch on tc.payload.Action which explicitly handles the HookIssueLabelCleared → "unlabeled" mapping, preserving the domain logic relationship. Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
|
* giteaofficial/main: Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style (go-gitea#36876) Add render cache for SVG icons (go-gitea#36863) Fix incorrect viewed files counter if reverted change was viewed (go-gitea#36819) [skip ci] Updated translations via Crowdin Clean up `refreshViewedFilesSummary` (go-gitea#36868) Remove `util.URLJoin` and replace all callers with direct path concatenation (go-gitea#36867) Optimize Docker build with dependency layer caching (go-gitea#36864) Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (go-gitea#36861) Fix CodeQL code scanning alerts (go-gitea#36858) Refactor auth middleware (go-gitea#36848) Update Nix flake (go-gitea#36857) Update JS deps (go-gitea#36850) Load `mentionValues` asynchronously (go-gitea#36739) [skip ci] Updated translations via Crowdin Fix dbfs error handling (go-gitea#36844) Fix OAuth2 authorization code expiry and reuse handling (go-gitea#36797) Fix org permission API visibility checks for hidden members and private orgs (go-gitea#36798)
Hey, I bumped Go to 1.26.1 and fixed a couple of things I ran into while poking around.
Changes