Skip to content

Commit

Permalink
fix the golangci lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Jan 6, 2025
1 parent 64298eb commit 08c23d2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ permissions:
contents: read

jobs:
golangci:
name: lint
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
- name: lint
uses: golangci/[email protected]
with:
version: v1.54
version: latest

0 comments on commit 08c23d2

Please sign in to comment.