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
Describe the bug
Noticed that eventing downstream is failing. Tried to repro manually by running this:
update-deps worked, but update-codegen failed with:
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