fix: golangci-lint version mismatch #271
No reviewers
Labels
No labels
bug
ci/cd
dependencies
design
docs
feature
feature-request
go
good first issue
improvement
refactor
vulnerability
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dsc/mm-backend!271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "github/fork/Deepak8858/fix/lint-version-mismatch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes a version mismatch error in the golangci-lint job by ensuring the Go version is loaded from
go.modand explicitly setting the linter version tolatest.Changes:
actions/setup-goto usego-version-file: go.mod.version: latesttogolangci/golangci-lint-action.Fixes #135
approved this merge request
Thanks!