Outdated golangci-lint-action does not pick up output format (#598)

This commit is contained in:
Frederik Ring 2025-06-11 21:50:05 +02:00 committed by GitHub
parent 7ab06cea59
commit 9265f7798c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.