Last active
November 9, 2025 05:57
-
-
Save omarkurt/dfca14a651cc98ed40ba48dfca5ccdef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/[email protected] 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/[email protected] && \ | |
| 16 | >>> go install github.com/kisielk/[email protected] && \ | |
| 17 | >>> go install github.com/go-delve/delve/cmd/[email protected] && \ | |
| 18 | >>> go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest && \ | |
| 19 | >>> go install github.com/securego/gosec/v2/cmd/[email protected] | |
| 20 | | |
| -------------------- | |
| ERROR: failed to build: failed to solve: process "/bin/sh -c go install mvdan.cc/[email protected] && go install github.com/kisielk/[email protected] && go install github.com/go-delve/delve/cmd/[email protected] && go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest && go install github.com/securego/gosec/v2/cmd/[email protected]" 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