Skip to content

Commit

Permalink
golangci-lint updates.
Browse files Browse the repository at this point in the history
Reduce files touched, was catching dependencies with go 1.21. Update to
version 1.54.0
  • Loading branch information
hmlanigan committed Feb 12, 2024
1 parent 8592cf1 commit be125b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Determine which tests to run
uses: dorny/paths-filter@v2
id: filter
with:
filters: |
go:
- '**.go'
- 'go.mod'
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.54.0
args: --print-issued-lines=true

# This runs golangci-lint against the codebase
Expand Down

0 comments on commit be125b6

Please sign in to comment.