Skip to content

Commit

Permalink
revert linter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 16, 2025
1 parent 321caef commit 7500687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Setup-go
uses: actions/setup-go@v3
with:
go-version: 1.23
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.61
args: --timeout=10m --out-format=colored-line-number
version: v1.58
args: --timeout=5m --out-format=colored-line-number

0 comments on commit 7500687

Please sign in to comment.