From 9a9f496ab77fa9c9f5ad4cb8c7fda2501b9719f0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 15 Aug 2025 19:58:40 +0300 Subject: [PATCH] chore(ci): tweak workflow ci.yaml Signed-off-by: Ismo Vuorinen --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 271d8ed..3bcc311 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,6 @@ name: CI on: push: branches: [ "**" ] - pull_request: permissions: read-all @@ -31,10 +30,9 @@ jobs: go-${{ runner.os }}- - name: Install golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: version: latest - args: --version - name: Lint run: golangci-lint run