From 770962be3f35ab76fb2509b8531348c9c2b0ae0b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 15 Mar 2024 11:22:32 +0100 Subject: [PATCH] chore(deps): update golangci-lint --- .github/workflows/continuous_integration.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 31f94c05..4e9dd3c8 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -24,7 +24,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@v4 with: - version: v1.55.2 + version: v1.56.2 tests: needs: diff --git a/Makefile b/Makefile index 64ee4267..51f5d34d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.042 # See https://github.com/googlefonts/noto-emoji/releases. PDFTK_VERSION=v3.3.3 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. -GOLANGCI_LINT_VERSION=v1.55.2 # See https://github.com/golangci/golangci-lint/releases. +GOLANGCI_LINT_VERSION=v1.56.2 # See https://github.com/golangci/golangci-lint/releases. .PHONY: build build: ## Build the Gotenberg's Docker image