update golangci-lint to v1.51.2

This commit is contained in:
Markus Muellner
2023-03-17 17:42:37 +01:00
committed by Benj Fassbind
parent 77e02bf7a3
commit bece12ad4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.51.2
- name: Setup Python
uses: actions/setup-python@v2