This commit is contained in:
pat-s 2024-04-27 23:06:56 +02:00
parent 271b0e889f
commit 5b9b8fe518
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -5,9 +5,8 @@ when:
steps:
lint:
depends_on: []
image: golangci/golangci-lint:v1.57.2
depends_on: vendor
pull: true
commands:
- go version
- go install mvdan.cc/gofumpt@latest