Files
containerd/script/setup
Sebastiaan van Stijn 66817fccc3 script/setup/install-dev-tools: include patch version in versions
The OpenSSF scorecard is complaining about these two dependencies being
installed without a patch version specified;

    Warn: goCommand not pinned by hash: script/setup/install-dev-tools:27
    Warn: goCommand not pinned by hash: script/setup/install-dev-tools:28

While the error indicates it expects a hash, it looks like it's fine
with other modules in the same file, the difference being that those
specify a full version, including path version, e.g.;
919beb1cf7/script/setup/install-dev-tools (L26)

This patch updates `protoc-gen-go` and `protoc-gen-go-grpc` to the latest
patch release for the specified versions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-16 10:54:17 +02:00
..
2024-07-11 14:58:44 +02:00
2024-05-04 14:12:23 +09:00
2021-11-11 20:00:34 +00:00
2023-12-07 23:55:36 +08:00
2024-06-13 18:38:25 +02:00
2024-06-29 00:46:30 +02:00