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

Commita77c907

Browse files
authored
fix: pin shfmt to 3.7.0 in dogfood to match CI (#15103)
Pins our dogfood Dockerfile to match CI version of `shfmt`
1 parent2564f9c commita77c907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎dogfood/contents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN apt-get update && \
7070
go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
7171
# go-releaser for building 'fat binaries' that work cross-platform
7272
go install github.com/goreleaser/goreleaser@v1.6.1 && \
73-
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
73+
go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \
7474
# nfpm is used with `make build` to make release packages
7575
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1 && \
7676
# yq v4 is used to process yaml files in coder v2. Conflicts with

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp