Skip to content

Fix go.sum being gitignored #49

Description

@dotunv

Description

The .gitignore file excludes go.sum from version control. This is incorrect for Go projects - go.sum should be committed for reproducible builds.

File: .gitignore (line 20)

Impact

  • Builds may not be reproducible across environments
  • Dependency verification is not possible
  • go mod verify cannot validate checksums

Proposed Fix

  1. Remove go.sum from .gitignore
  2. Run go mod tidy to regenerate go.sum
  3. Commit the generated go.sum

Acceptance Criteria

  • go.sum is tracked in version control
  • .gitignore no longer excludes go.sum
  • go mod verify passes

Labels

bug good first issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions