Below you will find pages that utilize the taxonomy term “Faisal-Memon”
April 18, 2026
Update golangci-lint Action
Version updated for https://github.com/faisal-memon/update-golangci-lint-action to version v1.0.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The update-golangci-lint-action GitHub Action automates the process of updating golangci/golangci-lint-action references in GitHub workflow files and optionally synchronizes a version file used elsewhere in the repository. It simplifies maintaining consistent versions of golangci-lint by updating workflow configurations and version files, reducing manual effort and ensuring alignment across the project. Key features include updating action versions, syncing version files, and providing outputs to track changes made.
April 17, 2026
Update Go Version In go.mod
Version updated for https://github.com/faisal-memon/update-go-mod-action to version v1.0.0.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary update-go-mod-action is a GitHub Action that automates the process of checking for the latest stable Go release from go.dev and updating the go directive in a project’s go.mod file if it is outdated. It simplifies maintaining Go dependencies by detecting version mismatches and editing the file, reducing manual effort and ensuring repositories remain up-to-date with the latest Go versions. Additionally, it provides outputs for tracking version changes, enabling seamless integration with workflows for creating pull requests.