mirror of https://github.com/gofiber/fiber.git
fix: golangci-lint install
parent
efeffa84f8
commit
84dfb4ee17
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
# NOTE: Keep this in sync with the version from .golangci.yml
|
||||
version: v1.64.7
|
||||
skip-cache: true
|
||||
verify: true
|
||||
args: --config=.golangci.yml
|
||||
version: v1.64
|
||||
# NOTE(ldez): temporary workaround
|
||||
install-mode: goinstall
|
||||
|
||||
|
|
Loading…
Reference in New Issue