Skip to content

Commit

Permalink
Fix golang-ci lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 16, 2024
1 parent 9c09efb commit 36ef593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
golang-ci:
name: lint
name: Go Lint
runs-on: ubuntu-latest
permissions:
checks: write
Expand All @@ -49,6 +49,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false # golangci-lint implements its own caching

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down

0 comments on commit 36ef593

Please sign in to comment.