chore(deps): update golangci/golangci-lint docker tag to v2.1.6
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Renovate Bot 2025-05-04 17:03:05 +00:00
parent 5c13d93f7a
commit 9ac6755b54
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

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.5 image: golangci/golangci-lint:v2.1.6
commands: commands:
- golangci-lint run ./... - golangci-lint run ./...
when: when: