gitea/modules/actions
silverwind d8da91a7f2
Update golangci-lint to v2.11.4 (#37059)
Update golangci-lint from v2.11.2 to v2.11.4 and fix new `modernize`
lint warnings:

- Use `strings.Builder` instead of string concatenation in loop
(`evaluator.go`)
- Use `atomic.Int64` instead of `int64` with atomic free functions
(`logchecker.go`, `timer_test.go`, `integration_test.go`)

---
This PR was written with the help of Claude Opus 4.6

Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
2026-03-31 16:22:23 +00:00
..
jobparser Update golangci-lint to v2.11.4 (#37059) 2026-03-31 16:22:23 +00:00
artifacts.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
github.go Improve the `issue_comment` workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
github_test.go Improve the `issue_comment` workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
log.go Fix dbfs error handling (#36844) 2026-03-07 00:28:46 +08:00
task_state.go Fix wrong status of `Set up Job` when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
task_state_test.go Fix wrong status of `Set up Job` when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
workflows.go Move jobparser from act repository to Gitea (#36699) 2026-02-22 19:33:01 +00:00
workflows_test.go Correct spelling (#36783) 2026-02-28 11:23:20 -08:00