From 146423f0009c0208826c56186ed1b90832f0c924 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:46:11 -0700 Subject: [PATCH] Update the version of goimports used in Dockerfile.dapper (#200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Updated to content "" in file "Dockerfile.dapper" * chore: Updated to content "" in file "Dockerfile.dapper" Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile.dapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 82d9aae3..cbc6cb21 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -3,9 +3,9 @@ FROM golang:1.20-alpine3.17 AS dapper ARG ARCH=amd64 RUN apk -U add bash coreutils git gcc musl-dev docker-cli vim less file curl wget ca-certificates -# go imports version gopls/v0.12.4 +# go imports version gopls/v0.13.0 # https://github.com/golang/tools/releases/latest -RUN go install golang.org/x/tools/cmd/goimports@1257328aec4ee392bc8daa146788a7af2a0ae1dc +RUN go install golang.org/x/tools/cmd/goimports@0d76b522a598a5fec760eee7c20049e6d1720ef9 RUN rm -rf /go/src /go/pkg RUN if [ "${ARCH}" == "amd64" ]; then \