docs: update readme

This commit is contained in:
Fernandez Ludovic 2024-04-25 03:39:35 +02:00
parent 3adb6d0473
commit 7c0f80cbb8

View File

@ -112,7 +112,7 @@ jobs:
go-version: ${{ matrix.go }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
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.