Skip to content

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

@jmalloc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions