mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Winni Neessen
cf47feecbb
Project URLs have been changed in several files from "src.neessen.cloud/wneessen/apg-go" to "github.com/wneessen/apg-go". In addition, Dockerfile has been significantly refactored. It now includes steps for tidy and verify of Go modules and builds a statically linked binary. Several metadata files have been added with copyright information.
15 lines
367 B
TOML
15 lines
367 B
TOML
# SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[run]
|
|
go = "1.22"
|
|
tests = true
|
|
|
|
[linters]
|
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
|
"errname", "errorlint", "gofmt", "gofumpt", "goimports"]
|
|
|
|
[linters-settings.goimports]
|
|
local-prefixes = "github.com/wneessen/apg-go"
|
|
|