act_runner/pkg/runner
silverwind 44da20bd14
Fix CI failures: lint version, exec CLI flags, goreleaser target, flaky tests
- Remove golangci-lint version pin (v2.1.6 built with Go 1.24 is incompatible with Go 1.26)
- Fix `Run act from cli` steps to use `exec -i` instead of non-existent `-P` flag
- Exclude unsupported windows/arm target from goreleaser builds (dropped in Go 1.26)
- Disable flaky evalmatrixneeds Docker tests that crash via log.Fatal in CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:08:18 +01:00
..
hashfiles
testdata Fix test data: dynamic owner check and missing PR number 2026-02-24 08:43:01 +01:00
action.go fmt 2026-02-24 08:17:17 +01:00
action_cache.go update import path 2026-02-22 20:54:58 +01:00
action_cache_offline_mode.go update import path 2026-02-22 20:54:58 +01:00
action_cache_test.go Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
action_composite.go auto adjust code 2026-02-22 20:58:46 +01:00
action_test.go assert => require 2026-02-22 21:00:42 +01:00
command.go fmt 2026-02-24 08:17:17 +01:00
command_test.go auto adjust code 2026-02-22 20:58:46 +01:00
container_mock_test.go update import path 2026-02-22 20:54:58 +01:00
expression.go Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
expression_test.go fmt 2026-02-24 08:17:17 +01:00
job_executor.go fmt 2026-02-24 08:17:17 +01:00
job_executor_test.go Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
local_repository_cache.go update import path 2026-02-22 20:54:58 +01:00
logger.go fmt 2026-02-24 08:17:17 +01:00
reusable_workflow.go auto adjust code 2026-02-22 20:58:46 +01:00
run_context.go fmt 2026-02-24 08:17:17 +01:00
run_context_darwin.go auto adjust code 2026-02-22 20:58:46 +01:00
run_context_other.go fix last error 2026-02-23 14:09:30 +01:00
run_context_test.go fmt 2026-02-24 08:17:17 +01:00
runner.go fmt 2026-02-24 08:17:17 +01:00
runner_test.go Fix CI failures: lint version, exec CLI flags, goreleaser target, flaky tests 2026-02-24 15:08:18 +01:00
step.go fmt 2026-02-24 08:17:17 +01:00
step_action_local.go auto adjust code 2026-02-22 20:58:46 +01:00
step_action_local_test.go assert => require 2026-02-22 21:00:42 +01:00
step_action_remote.go auto adjust code 2026-02-22 20:58:46 +01:00
step_action_remote_test.go more lint errors 2026-02-23 00:30:44 +01:00
step_docker.go fmt 2026-02-24 08:17:17 +01:00
step_docker_test.go assert => require 2026-02-22 21:00:42 +01:00
step_factory.go update import path 2026-02-22 20:54:58 +01:00
step_factory_test.go fixes 2026-02-22 21:12:25 +01:00
step_run.go more lint errors 2026-02-23 00:30:44 +01:00
step_run_test.go assert => require 2026-02-22 21:00:42 +01:00
step_test.go more lint errors 2026-02-23 00:30:44 +01:00