diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index cfaf421..80c4e7a 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 6241ce8..a7a5e31 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ APP_VERSION=snapshot APP_AUTHOR=app-author APP_REPOSITORY=https://my.app.git DOCKER_REPOSITORY=app -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