chore(deps): update golangci/golangci-lint docker tag to v2.1.5 #92

Merged
renovate merged 1 commit from renovate/golangci-golangci-lint-2.x into main 2025-04-24 22:14:17 +02:00
Showing only changes of commit 5c13d93f7a - Show all commits

View file

@ -13,7 +13,7 @@ steps:
when: when:
- event: push - event: push
- name: golangci-linter - name: golangci-linter
image: golangci/golangci-lint:v2.1.4 image: golangci/golangci-lint:v2.1.5
commands: commands:
- golangci-lint run ./... - golangci-lint run ./...
when: when: