Compare commits

..

1 commit

Author SHA1 Message Date
8ad77eb257
chore(deps): update golangci/golangci-lint docker tag to v1.61.0
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-09 18:20:31 +00:00

View file

@ -10,7 +10,7 @@ steps:
event: event:
- push - push
- name: golangci-linter - name: golangci-linter
image: golangci/golangci-lint:v1.59.1 image: golangci/golangci-lint:v1.61.0
commands: commands:
- golangci-lint run --enable-all ./... - golangci-lint run --enable-all ./...
when: when: