Skip to content

Commit

Permalink
Fix golangci-lint GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiaz-iusipov committed Jan 20, 2025
1 parent b01a28d commit 1742de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.*
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4

0 comments on commit 1742de8

Please sign in to comment.