From e58503c20bb8a9dbdae64cc0e24cfd404899b656 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 9 Sep 2025 18:09:00 +0500 Subject: [PATCH] Update versions in README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a191a1..2d8c195 100755 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Docker image with everything you might need for developing apps in Go. Debian 12 (slim) is used as base image. -| Binary | Version | Project | Repo | -| ----------------- | ------- | --------------- | ------------------------------------------------------------- | -| `go` | 1.23.1 | Go | | -| `golangci-lint` | 1.61.0 | golangci-lint | [External link](https://github.com/golangci/golangci-lint) | -| `gofumpt` | 0.7.0 | gofumpt | [External link](https://github.com/mvdan/gofumpt) | -| `mockery_v2` | 2.46.0 | mockery | [External link](https://github.com/vektra/mockery) | -| `task` | 3.39.2 | taskfile | [External link](https://github.com/go-task/task) | +| Binary | Version | Project | Repo | +| ----------------- | ------- | --------------- | ------------------------------------------------------------ | +| `go` | 1.25.1 | Go | | +| `golangci-lint` | 2.4.0 | golangci-lint | [External link](https://github.com/golangci/golangci-lint) | +| `gofumpt` | 0.9.0 | gofumpt | [External link](https://github.com/mvdan/gofumpt) | +| `mockery_v2` | 2.53.4 | mockery | [External link](https://github.com/vektra/mockery) | +| `task` | 3.44.1 | taskfile | [External link](https://github.com/go-task/task) | | `go-junit-report` | 2.1.0 | go-junit-report | [External link](https://github.com/jstemmer/go-junit-report) | -| `delve` | 1.23.0 | delve | [External link](https://github.com/go-delve/delve) | +| `delve` | 1.25.2 | delve | [External link](https://github.com/go-delve/delve) | ## Multiarch support