mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-03 13:04:36 +08:00
Outdated golangci-lint-action does not pick up output format (#598)
This commit is contained in:
parent
7ab06cea59
commit
9265f7798c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue