Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
PrathyushaLakkireddy committed Sep 17, 2024
1 parent 59fa6d8 commit 6404965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
permissions:
contents: read

# concurrency:
# group: ci-${{ github.ref }}-lint
# # cancel-in-progress: true
concurrency:
group: ci-${{ github.ref }}-lint
cancel-in-progress: true

jobs:
golangci:
Expand All @@ -30,7 +30,7 @@ jobs:
go-version: "1.22"

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.51.1
version: v1.59.1
args: --timeout 20m0s

0 comments on commit 6404965

Please sign in to comment.