Bump up linter CI action

This commit is contained in:
Andrei Pohilko
2024-02-20 12:35:55 +00:00
parent 46fef30caf
commit 20128d39f3

View File

@@ -108,7 +108,7 @@ jobs:
- name: make dir for frontend results # don't delete this step, it will break goreleaser - name: make dir for frontend results # don't delete this step, it will break goreleaser
run: mkdir pkg/frontend/dist && touch pkg/frontend/dist/.gitkeep run: mkdir pkg/frontend/dist && touch pkg/frontend/dist/.gitkeep
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1 uses: golangci/golangci-lint-action@v4
with: with:
# version: latest # version: latest
# skip-go-installation: true # skip-go-installation: true