Skip to content

Instantly share code, notes, and snippets.

@omarkurt
Last active November 9, 2025 05:57
Show Gist options
  • Select an option

  • Save omarkurt/dfca14a651cc98ed40ba48dfca5ccdef to your computer and use it in GitHub Desktop.

Select an option

Save omarkurt/dfca14a651cc98ed40ba48dfca5ccdef to your computer and use it in GitHub Desktop.
22.45 go: downloading golang.org/x/mod v0.14.0
23.18 go: downloading github.com/rivo/uniseg v0.2.0
23.22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
32.66 go: downloading github.com/golangci/golangci-lint/v2 v2.6.1
32.70 go: downloading github.com/golangci/golangci-lint v1.64.8
34.53 go: github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest: github.com/golangci/golangci-lint/v2@v2.6.1 requires go >= 1.24.0 (running go 1.23.12; GOTOOLCHAIN=local)
------
Dockerfile:15
--------------------
14 | # Install Go tools with versions compatible with Go 1.23.12
15 | >>> RUN go install mvdan.cc/gofumpt@v0.5.0 && \
16 | >>> go install github.com/kisielk/errcheck@v1.6.3 && \
17 | >>> go install github.com/go-delve/delve/cmd/dlv@v1.22.0 && \
18 | >>> go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest && \
19 | >>> go install github.com/securego/gosec/v2/cmd/gosec@v2.19.0
20 |
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c go install mvdan.cc/gofumpt@v0.5.0 && go install github.com/kisielk/errcheck@v1.6.3 && go install github.com/go-delve/delve/cmd/dlv@v1.22.0 && go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest && go install github.com/securego/gosec/v2/cmd/gosec@v2.19.0" did not complete successfully: exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment