Skip to content

Unable to upgrade deps #104

@vaikas

Description

@vaikas

Describe the bug
Noticed that eventing downstream is failing. Tried to repro manually by running this:

./hack/update-deps.sh --upgrade --release v0.21
./hack/update-codegen.sh

update-deps worked, but update-codegen failed with:

verifying github.com/googleapis/gnostic@v0.5.3: checksum mismatch
	downloaded: h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=
	go.sum:     h1:FP6YXyar5+eeXU8lBWDHJMZLHinornnILMJYBLgqKXk=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

Expected behavior
Upgrading deps to work.

To Reproduce
Try grabbing the head and then doing the above steps.

Knative release version
head

Additional context
Previous PR by the robot here worked just fine:
#103

Also there have not been any changes to gnostic library.

The one difference is the robot runs on linux and my manual update was done on the macos. But, as can be seen here:
https://github.com/knative/eventing/pull/4822/checks?check_run_id=1806323050

So this was failing also on a different robot here (so does not look like it's only an issue on macos):
google/gnostic#238

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions