toolbox/README.md
Vladimir Hodakov a92f0d35de
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update Golang to 1.20.4
2023-05-09 18:55:06 +04:00

15 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# toolbox
Докер-тулбокс с гошными и окологошными тулзами, которые я использую для разработки.
## Что присутствует
В качестве базового образа используется Debian 11 (slim).
| Бинарный файл | Версия | Проект | Репозиторий |
|-----------------|--------|---------------|-------------------------------------------------------------|
| `go` | 1.20.4 | Go | [Внешняя ссылка](https://go.dev/dl/) |
| `golangci-lint` | 1.52.2 | golangci-lint | [Внешняя ссылка](https://github.com/golangci/golangci-lint) |
| `gofumpt` | 0.5.0 | gofumpt | [Внешняя ссылка](https://github.com/mvdan/gofumpt) |
| `task` | 3.24.0 | taskfile | [Внешняя ссылка](https://github.com/go-task/task) |