diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 169b7bf..53e05ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.51.2 + rev: v1.59.1 hooks: - id: golangci-lint diff --git a/Makefile b/Makefile index 548f8f7..5ba4679 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = bash TRUECLOUDLAB_LINT_VERSION ?= 0.0.3 TMP_DIR := .cache OUTPUT_LINT_DIR ?= $(shell pwd)/bin -LINT_VERSION ?= 1.55.2 +LINT_VERSION ?= 1.59.1 LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION) # Run all code formatters