ci: update golangci-lint to v1.50.1

The stable Go snap was updated to 1.19.4, which golangci-lint 1.45.2 is
incompatible with. So switch to the latest version.
This commit is contained in:
James Henstridge
2022-12-07 11:15:27 +08:00
committed by Robert Ancell
parent e8ac59974d
commit 39a17acd6a

View File

@@ -153,7 +153,7 @@ jobs:
with:
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest`
# to use the latest version
version: v1.45.2
version: v1.50.1
working-directory: ./src/github.com/snapcore/snapd
# show only new issues
# use empty path prefix to make annotations work