Skip to content

Commit

Permalink
feat: update golint to v1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Apr 19, 2024
1 parent 97f7c37 commit ee0cd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: make install

- name: Run Go linters
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.50.1
version: v1.57.2
skip-cache: true

tests:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test:
# Lints the code
.PHONY: lint
lint:
docker run --rm -v $(CURRENT_DIR):/app -w /app golangci/golangci-lint:v1.49.0 golangci-lint run -v
docker run --rm -v $(CURRENT_DIR):/app -w /app golangci/golangci-lint:v1.57.2 golangci-lint run -v

# === OpenAPI ===
# =========================
Expand Down

0 comments on commit ee0cd5c

Please sign in to comment.