chore: upgrade golangci-lint-action to v6

This commit is contained in:
Bruno Carlin 2025-01-15 15:10:55 +01:00
parent 9eccdccc5c
commit 1beb83c8f7
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: https://github.com/golangci/golangci-lint-action@v4
- uses: https://github.com/golangci/golangci-lint-action@v6
tests:
runs-on: docker
steps: