1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 08:15:25 +02:00

fix golint version (#9031)

This commit is contained in:
Matt Hook 2023-06-02 17:27:09 +12:00 committed by GitHub
parent 467003bd9a
commit c8c590846c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,6 @@ jobs:
- name: GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.52.2
working-directory: api
args: --timeout=10m -c .golangci.yaml