Check that go mod tidy
executing does not result in file changes #1461
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1461
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Is your feature request related to a problem? Please describe.
Checkout
v0.38.9
tag, runmake all
,go.sum
will have changes.Describe the solution you'd like
Add Makefile and CI/CD check that
go mod tidy
executing does not result in file changesWe have
go-mod-tidy
inpre-commit
.And we execute pre-commit in
.forgejo/workflows/pre-commit.yml
.Is that what you want? #1118
As I see tag
v0.38.9
has this check. Does it work correctly?I don't see it at
v0.38.9
https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/v0.38.9/.forgejo/workflowsI checked https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/v0.38.9/.woodpecker/pre-commit.yml
But looks like this file is unused now. Then looks like this is already done, so close issue.