From 448327bf9ea7559c05823c912ada8dccc8942d62 Mon Sep 17 00:00:00 2001 From: Patrick Joyce Date: Mon, 31 Mar 2025 20:33:03 -0400 Subject: [PATCH] bump lint --- .github/workflows/pull-request.yml | 4 +--- .github/workflows/release.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 75c228c..e2e9ec9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,6 +13,4 @@ jobs: with: go-version: '1.24' - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - version: v1.64 + uses: golangci/golangci-lint-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b46c43c..047ffb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,9 +13,7 @@ jobs: with: go-version: '1.24' - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - version: v1.64 + uses: golangci/golangci-lint-action@v7 release: runs-on: ubuntu-24.04