FILE / ScuroNeko/mtg

.mise.toml

Исходный файл и его история в репозитории.
FILE e9a147c836aa58911a0825f696026ce4f204a4d6
Files
mtg/.mise.toml
T
2026-02-11 09:26:46 +01:00

12 lines
233 B
TOML

[tools]
"go:golang.org/x/pkgsite/cmd/pkgsite" = "latest"
go = "latest"
gofumpt = "latest"
goreleaser = "latest"
[tasks.build]
description = "Build binary"
sources = ["**/*.go", "go.mod", "go.sum"]
outputs = ["mtg"]
run = "go build"