Skip to content

Commit

Permalink
Merge pull request #51 from dell/update-lint-action
Browse files Browse the repository at this point in the history
Update linters.yaml
  • Loading branch information
gallacher authored May 16, 2024
2 parents 0b06094 + 5984fa4 commit e4c84a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v3.2.0
uses: actions/checkout@v4
- name: Vendor packages
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: v1.55
version: latest
skip-cache: true

0 comments on commit e4c84a0

Please sign in to comment.