mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 08:55:45 +08:00
c54a5bef5f
* Bump golang from 1.22-alpine to 1.23-alpine Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Use Go 1.23 throughout * Update golangci-lint * Fix complaint raised by linter --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
9 lines
193 B
YAML
9 lines
193 B
YAML
linters:
|
|
# Enable specific linter
|
|
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
output:
|
|
formats:
|
|
- format: colored-line-number
|