[PR #1904] [MERGED] chore: upgrade golangci-lint and address findings #2183

Closed
opened 2026-03-01 21:54:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1904
Author: @cplee
Created: 7/10/2023
Status: Merged
Merged: 7/11/2023
Merged by: @cplee

Base: masterHead: upgrade-golangci-lint


📝 Commits (1)

  • eb5f11e chore: upgrade golangci-lint and address findings

📊 Changes

22 files changed (+57 additions, -59 deletions)

View changed files

📝 .github/workflows/checks.yml (+2 -1)
📝 .golangci.yml (+9 -11)
📝 cmd/root.go (+5 -6)
📝 pkg/artifacts/server.go (+1 -1)
📝 pkg/common/git/git.go (+1 -1)
📝 pkg/container/docker_run.go (+1 -1)
📝 pkg/container/docker_run_test.go (+1 -1)
📝 pkg/container/host_environment.go (+7 -7)
📝 pkg/container/util.go (+1 -1)
📝 pkg/exprparser/interpreter.go (+1 -1)
📝 pkg/runner/action.go (+1 -1)
📝 pkg/runner/command.go (+1 -1)
📝 pkg/runner/expression.go (+3 -3)
📝 pkg/runner/job_executor.go (+2 -2)
📝 pkg/runner/job_executor_test.go (+1 -1)
📝 pkg/runner/run_context.go (+14 -14)
📝 pkg/runner/step.go (+1 -1)
📝 pkg/runner/step_action_local.go (+1 -1)
📝 pkg/runner/step_action_local_test.go (+1 -1)
📝 pkg/runner/step_action_remote_test.go (+1 -1)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1904 **Author:** [@cplee](https://github.com/cplee) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `upgrade-golangci-lint` --- ### 📝 Commits (1) - [`eb5f11e`](https://github.com/nektos/act/commit/eb5f11e18242d60c0e334af76bdc323ee6423189) chore: upgrade golangci-lint and address findings ### 📊 Changes **22 files changed** (+57 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+2 -1) 📝 `.golangci.yml` (+9 -11) 📝 `cmd/root.go` (+5 -6) 📝 `pkg/artifacts/server.go` (+1 -1) 📝 `pkg/common/git/git.go` (+1 -1) 📝 `pkg/container/docker_run.go` (+1 -1) 📝 `pkg/container/docker_run_test.go` (+1 -1) 📝 `pkg/container/host_environment.go` (+7 -7) 📝 `pkg/container/util.go` (+1 -1) 📝 `pkg/exprparser/interpreter.go` (+1 -1) 📝 `pkg/runner/action.go` (+1 -1) 📝 `pkg/runner/command.go` (+1 -1) 📝 `pkg/runner/expression.go` (+3 -3) 📝 `pkg/runner/job_executor.go` (+2 -2) 📝 `pkg/runner/job_executor_test.go` (+1 -1) 📝 `pkg/runner/run_context.go` (+14 -14) 📝 `pkg/runner/step.go` (+1 -1) 📝 `pkg/runner/step_action_local.go` (+1 -1) 📝 `pkg/runner/step_action_local_test.go` (+1 -1) 📝 `pkg/runner/step_action_remote_test.go` (+1 -1) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2183
No description provided.