mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +08:00
bump golangci-lint to v1.49.0
Motivated to have a working `make lint` on Fedora 37 (beta). Most changes come from the new `gofmt` standards. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -34,7 +34,8 @@ var Version = semver.MustParse("4.3.0-dev")
|
||||
|
||||
// APIVersion provides the current and minimal API versions for compat and libpod endpoint trees
|
||||
// Note: GET|HEAD /_ping is never versioned and provides the API-Version and Libpod-API-Version headers to allow
|
||||
// clients to shop for the Version they wish to support
|
||||
//
|
||||
// clients to shop for the Version they wish to support
|
||||
var APIVersion = map[Tree]map[Level]semver.Version{
|
||||
Libpod: {
|
||||
CurrentAPI: Version,
|
||||
|
Reference in New Issue
Block a user