chore: update action

This commit is contained in:
Kevin Franklin Kim 2025-10-10 11:57:51 +02:00
parent 4b88ffbd15
commit 3d084bc1f6
No known key found for this signature in database

View File

@ -9,7 +9,6 @@ on:
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -28,9 +27,13 @@ jobs:
check-latest: true
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v8
- name: Setup golangci-lint cache
uses: actions/cache@v4
with:
install-mode: none
path: ~/.cache/golangci-lint
key: ${{ runner.os }}-golangci-lint-${{ hashFiles('**/go.mod') }}
restore-keys: |
${{ runner.os }}-golangci-lint-
- name: Run lint
run: make lint