Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2564f9c commit a77c907Copy full SHA for a77c907
dogfood/contents/Dockerfile
@@ -70,7 +70,7 @@ RUN apt-get update && \
70
go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \
71
# go-releaser for building 'fat binaries' that work cross-platform
72
go install github.com/goreleaser/[email protected] && \
73
- go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
+ go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \
74
# nfpm is used with `make build` to make release packages
75
go install github.com/goreleaser/nfpm/v2/cmd/[email protected] && \
76
# yq v4 is used to process yaml files in coder v2. Conflicts with
0 commit comments