diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 011f5db6..33f703b9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -44,4 +44,4 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.57 + version: v1.59.1 diff --git a/Makefile b/Makefile index 5a2f14f7..5913aff8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PKGS := $(shell go list ./... | grep -v example | grep -v tools) ROOT_DIR := $(shell git rev-parse --show-toplevel) -GOLANGCI_VERSION := "v1.57" +GOLANGCI_VERSION := "v1.59.1" all: lint build test