1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-30 04:50:45 +02:00

chore: add gnupg to devshell

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-01-21 23:10:35 -03:00
parent bfa9e7fd17
commit 323426fe57
No known key found for this signature in database

View File

@ -28,6 +28,7 @@
syft
upx
cosign
gnupg
];
shellHook = "go mod tidy";
};