From 921b6b7ba43ad869b5ef840239db7841281f7177 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 21 Oct 2022 10:00:23 +0200 Subject: [PATCH] chore: upgrade golangci-lint from 1.49 to 1.50 --- .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 c6f11f3c..525452e5 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -19,7 +19,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@v2 with: - version: v1.49.0 + version: v1.50.0 tests: needs: diff --git a/Makefile b/Makefile index eb203b40..a87cad55 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.038 # 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.49.0 # See https://github.com/golangci/golangci-lint/releases. +GOLANGCI_LINT_VERSION=v1.50.0 # See https://github.com/golangci/golangci-lint/releases. .PHONY: build build: ## Build the Gotenberg's Docker image