From ae22a61f0d91a45bdc060ecf1932ebe89d44bc28 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Wed, 16 Oct 2024 11:54:18 +0400 Subject: [PATCH 1/2] fix: pin shfmt to 3.7.0 in dogfood to match CI --- dogfood/contents/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/contents/Dockerfile b/dogfood/contents/Dockerfile index 5922079c3d445..9e211e29f97f3 100644 --- a/dogfood/contents/Dockerfile +++ b/dogfood/contents/Dockerfile @@ -70,7 +70,7 @@ RUN apt-get update && \ go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \ # go-releaser for building 'fat binaries' that work cross-platform go install github.com/goreleaser/goreleaser@v1.6.1 && \ - go install mvdan.cc/sh/v3/cmd/shfmt@latest && \ + go install mvdan.cc/sh/v3/cmd/shfmt@3.7.0 && \ # nfpm is used with `make build` to make release packages go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1 && \ # yq v4 is used to process yaml files in coder v2. Conflicts with From f0d8f3bba873e8308cff891b8ad224524055f276 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Wed, 16 Oct 2024 13:30:26 +0400 Subject: [PATCH 2/2] Update Dockerfile --- dogfood/contents/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/contents/Dockerfile b/dogfood/contents/Dockerfile index 9e211e29f97f3..059b76dcf0d68 100644 --- a/dogfood/contents/Dockerfile +++ b/dogfood/contents/Dockerfile @@ -70,7 +70,7 @@ RUN apt-get update && \ go install github.com/dvyukov/go-fuzz/go-fuzz-build@latest && \ # go-releaser for building 'fat binaries' that work cross-platform go install github.com/goreleaser/goreleaser@v1.6.1 && \ - go install mvdan.cc/sh/v3/cmd/shfmt@3.7.0 && \ + go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 && \ # nfpm is used with `make build` to make release packages go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.35.1 && \ # yq v4 is used to process yaml files in coder v2. Conflicts with 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