From 1c0bfa69c5ef3ca61de309aeee7d33f2ff54a458 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Wed, 17 Apr 2024 19:08:16 +0200 Subject: [PATCH] ci(release): remove Go dependencies download before release There is no need to download the Go dependencies before the actual release as there is no artifact building, so deleted it to increase release speed --- .goreleaser.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0f3d092..a275d6f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,7 +1,3 @@ -before: - hooks: - - go mod tidy - builds: - skip: true