From 291a4d39fed9ddc9fbffeed1b6e274017b309345 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 10 Jan 2025 17:02:16 +0100 Subject: [PATCH] chore(deps): upgrade to golangci-lint v1.63.4 --- .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 35b5df5a..9d51ff00 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@v6 with: - version: v1.61.0 + version: v1.63.4 tests: needs: diff --git a/Makefile b/Makefile index b8f0f10e..6678a8b0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.047 # See https://github.com/googlefonts/noto-emoji/releases. PDFTK_VERSION=v3.3.3 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. PDFCPU_VERSION=v0.8.1 # See https://github.com/pdfcpu/pdfcpu/releases. -GOLANGCI_LINT_VERSION=v1.61.0 # See https://github.com/golangci/golangci-lint/releases. +GOLANGCI_LINT_VERSION=v1.63.4 # See https://github.com/golangci/golangci-lint/releases. .PHONY: build build: ## Build the Gotenberg's Docker image