mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
ci: use latest linter
This commit is contained in:
parent
c071ff5e7a
commit
94bc8c854e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ pipeline:
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: golangci/golangci-lint:v1.45.2
|
image: golangci/golangci-lint:latest
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- go install mvdan.cc/gofumpt@latest
|
- go install mvdan.cc/gofumpt@latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue