Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Gelders committed Apr 17, 2024
1 parent 0897649 commit 9ece0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
GO_VERSION: "1.22"
GOLANGCI_VERSION: "v1.57.2"
PRE_COMMIT_VERSION: "v3.0.1"

jobs:
pre-commit:
Expand All @@ -34,4 +33,4 @@ jobs:
skip-build-cache: true

- name: Run pre-commit
uses: "pre-commit/action@${{ env.PRE_COMMIT_VERSION }}"
uses: pre-commit/action@v3.0.1

0 comments on commit 9ece0a0

Please sign in to comment.