chore(ci): update golangci-lint to latest version

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2024-05-12 09:24:05 +10:00
parent 99b6d215a2
commit c713bed4e3
3 changed files with 7 additions and 7 deletions

View File

@@ -98,9 +98,9 @@ jobs:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
version: v1.58
args: "--timeout=5m"
# golangci-lint action doesn't always provide helpful output, so re-run without the action for