]> source.dussan.org Git - gitea.git/commit
Lock a few tool dependencies to major versions (#30439)
authorsilverwind <me@silverwind.io>
Fri, 12 Apr 2024 12:52:39 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 12:52:39 +0000 (12:52 +0000)
commit487b12783fb2dba7459a8aa739162cfe6bab3904
tree224333a962f431a6d665a7232bf87145738fe103
parentf9c3e79abac9dc417cdbbddf24a9fb8dc49363c4
Lock a few tool dependencies to major versions (#30439)

It's better having to update these less often, so unlock a few
dependencies that I trust enough to not break to their latest major
versions. This excludes any tool still at major version 0 and
golangci-lint can't really be unlocked either because new versions
almost always break there.

For the v0 packages, I've opened
https://github.com/golangci/misspell/issues/14 and
https://github.com/mvdan/gofumpt/issues/303.
Makefile