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
action_cache_offline_mode.go
action_cache_test.go
action_composite.go
action_test.go
command.go fmt 2026-02-24 08:17:17 +01:00
command_test.go
container_mock_test.go
expression.go
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
local_repository_cache.go
logger.go fmt 2026-02-24 08:17:17 +01:00
reusable_workflow.go
run_context.go fmt 2026-02-24 08:17:17 +01:00
run_context_darwin.go
run_context_other.go
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
step_action_local_test.go
step_action_remote.go
step_action_remote_test.go
step_docker.go fmt 2026-02-24 08:17:17 +01:00
step_docker_test.go
step_factory.go
step_factory_test.go
step_run.go
step_run_test.go
step_test.go