chore: update nfpm to v2.35.1 (#11310)

This commit is contained in:
Muhammad Atif Ali
2024-01-02 10:27:46 +00:00
committed by GitHub
parent 4071f1713b
commit 58e40f6cd6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ jobs:
uses: ./.github/actions/setup-go
- name: Install nfpm
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1
- name: Install zstd
run: sudo apt-get install -y zstd
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
- name: Install nfpm
run: |
set -euo pipefail
wget -O /tmp/nfpm.deb https://github.com/goreleaser/nfpm/releases/download/v2.18.1/nfpm_amd64.deb
wget -O /tmp/nfpm.deb https://github.com/goreleaser/nfpm/releases/download/v2.35.1/nfpm_2.35.1_amd64.deb
sudo dpkg -i /tmp/nfpm.deb
rm /tmp/nfpm.deb