From 7a935c7ac0f77a3a2ba358bd79debed07fe4fff3 Mon Sep 17 00:00:00 2001 From: pokom Date: Mon, 17 Mar 2025 09:06:46 -0400 Subject: [PATCH] Update golangci-lint version to latest --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1e0162..7618b07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,9 +5,9 @@ name: Tests on: push: - branches: [ "main" ] + branches: ["main"] pull_request: - branches: [ "main" ] + branches: ["main"] jobs: build-lint-test: @@ -23,7 +23,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v4 with: - version: v1.56 + version: v1.64.7 - name: Test run: go test -v ./...