Skip to content

Make go.sum a pre-requisite of tests/builds. #72

Description

@jmalloc

As it stands, trying to run tests/build with a go.sum that is older than go.mod produces the error below:

go test ./...
go: updates to go.mod needed; to update it:
	go mod tidy

Possible recipe:

go.sum: go.mod
	go mod tidy

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions