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
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
# NOTE: Keep this in sync with the version from .golangci.yml
|
# NOTE: Keep this in sync with the version from .golangci.yml
|
||||||
version: v1.64.7
|
version: v1.64
|
||||||
skip-cache: true
|
# NOTE(ldez): temporary workaround
|
||||||
verify: true
|
install-mode: goinstall
|
||||||
args: --config=.golangci.yml
|
|
||||||
|
|
Loading…
Reference in New Issue