Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58e40f6

Browse files
authored
chore: update nfpm to v2.35.1 (#11310)
1 parent4071f17 commit58e40f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ jobs:
685685
uses:./.github/actions/setup-go
686686

687687
-name:Install nfpm
688-
run:go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
688+
run:go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1
689689

690690
-name:Install zstd
691691
run:sudo apt-get install -y zstd

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
-name:Install nfpm
104104
run:|
105105
set -euo pipefail
106-
wget -O /tmp/nfpm.deb https://github.com/goreleaser/nfpm/releases/download/v2.18.1/nfpm_amd64.deb
106+
wget -O /tmp/nfpm.deb https://github.com/goreleaser/nfpm/releases/download/v2.35.1/nfpm_2.35.1_amd64.deb
107107
sudo dpkg -i /tmp/nfpm.deb
108108
rm /tmp/nfpm.deb
109109

‎dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN mkdir --parents "$GOPATH" && \
6868
go install github.com/goreleaser/goreleaser@v1.6.1 && \
6969
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
7070
# nfpm is used with `make build` to make release packages
71-
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0 && \
71+
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1 && \
7272
# yq v4 is used to process yaml files in coder v2. Conflicts with
7373
# yq v3 used in v1.
7474
go install github.com/mikefarah/yq/v4@v4.30.6 && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp