Skip to content

Commit

Permalink
Corrected versions of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendraindukuri committed Apr 29, 2024
1 parent 0537e92 commit 684e23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
go-version: "1.22"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0
- name: Vendor packages
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.1.0
uses: golangci/golangci-lint-action@v4
with:
version: latest
skip-cache: true

0 comments on commit 684e23f

Please sign in to comment.