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

View File

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