Skip to content

Commit

Permalink
Update golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPapaChas committed Apr 3, 2024
1 parent 3a98e1a commit d8487df
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ on: [pull_request]
permissions:
contents: read
jobs:
golangci-lint:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
- name: Check out code into the Go module directory
uses: actions/checkout@v3
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.1
only-new-issues: true
version: v1.57.2

0 comments on commit d8487df

Please sign in to comment.