Skip to content

Commit 6c1dddf

Browse files
chore(readme): sync tool versions from go.mod and Dockerfile (#456)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: obalunenko <[email protected]>
1 parent 2a9dc55 commit 6c1dddf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The base image is built on top of the official image [golang:1.25.3-alpine3.22](
2929
| [go-enum](https://github.com/abice/go-enum) | v0.9.2 | An enum generator for go |
3030
| [gocov](https://github.com/axw/gocov) | v1.2.1 | Coverage testing tool for The Go Programming Language |
3131
| [gocov-html](https://github.com/matm/gocov-html) | v1.4.0 | Make pretty HTML output from gocov, a coverage testing tool for Go |
32-
| [gofumpt](https://mvdan.cc/gofumpt) | v0.9.1 | A stricter gofmt |
32+
| [gofumpt](https://mvdan.cc/gofumpt) | v0.9.2 | A stricter gofmt |
3333
| [goimports](https://golang.org/x/tools/cmd/goimports) | v0.36.0 | Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones |
34-
| [golangci-lint](https://github.com/golangci/golangci-lint) | v2.5.0 | Fast linters Runner for Go |
34+
| [golangci-lint](https://github.com/golangci/golangci-lint) | v2.6.0 | Fast linters Runner for Go |
3535
| [goose](https://github.com/pressly/goose/v3/cmd/goose) | v3.24.2 | A database migration tool |
3636
| [goreadme](https://github.com/posener/goreadme) | v1.4.2 | Generate readme file from Go doc |
37-
| [goreleaser](https://github.com/goreleaser/goreleaser) | v2.12.5 | Deliver Go binaries as fast and easily as possible |
37+
| [goreleaser](https://github.com/goreleaser/goreleaser) | v2.12.7 | Deliver Go binaries as fast and easily as possible |
3838
| [gotestsum](https://gotest.tools/gotestsum) | v1.13.0 | 'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results. |
3939
| [goveralls](https://github.com/mattn/goveralls) | v0.0.12 | Go integration for Coveralls.io continuous code coverage tracking system. |
4040
| [govulncheck](https://golang.org/x/vuln/cmd/govulncheck) | v1.1.4 | Govulncheck reports known vulnerabilities that affect Go code. |
@@ -48,7 +48,7 @@ The base image is built on top of the official image [golang:1.25.3-alpine3.22](
4848
| [svu](https://github.com/caarlos0/svu) | v3.2.4 | Semantic Version Util |
4949
| [swag](github.com/swaggo/swag/cmd/swag) | v2.0.0-rc4 | Automatically generate RESTful API documentation with Swagger 2.0 for Go |
5050
| [swagger](https://github.com/go-swagger/go-swagger) | v0.33.1 | Client/Server from OpenAPI docs generation tool |
51-
| [tbls](https://github.com/k1LoW/tbls) | v1.90.0 | tbls is a CI-Friendly tool to document a database, written in Go. |
51+
| [tbls](https://github.com/k1LoW/tbls) | v1.91.2 | tbls is a CI-Friendly tool to document a database, written in Go. |
5252
| [tparse](https://github.com/mfridman/tparse) | v0.18.0 | CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly. |
5353

5454
## How to Use

0 commit comments

Comments
 (0)