Skip to content

Commit a77c907

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 parent 2564f9c commit a77c907

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy