From 5dc91d22bc75cd77acc36cd84fc4fda5d03c5f4e Mon Sep 17 00:00:00 2001 From: warmans <> Date: Tue, 19 Nov 2024 20:49:20 +0000 Subject: [PATCH] Updated linter --- .github/workflows/server-build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 519409a..ab614ff 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -27,7 +27,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.59.1 + version: v1.62.0 working-directory: cmd skip-cache: true args: --timeout=5m diff --git a/Makefile b/Makefile index c972124..7cd1f73 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LOCAL_BIN := "$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))/.env/bi .PHONY: install.linter install.linter: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCAL_BIN) v1.51.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCAL_BIN) v1.62.0 .PHONY: lint.go lint: