mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
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:
committed by
Robert Ancell
parent
e8ac59974d
commit
39a17acd6a
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user