Skip to content

Commit

Permalink
ci: update golangci-lint to latest version
Browse files Browse the repository at this point in the history
The latest lint job for main failed with many errors [1] despite the
same tree passing before the PR was merged [2].  The lint job pulls in
the latest stable Go, so it's likely that the failure is due to some
interaction between golangci-lint and the Go 1.23 update.

Update golangci-lint to its latest version to resolve the failure.

[1]: https://github.com/metrumresearchgroup/bbi/actions/runs/10395527571/job/28787806080
[2]: https://github.com/metrumresearchgroup/bbi/actions/runs/10379044354/job/28736486108
  • Loading branch information
kyleam committed Aug 14, 2024
1 parent f2aa928 commit 8878a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.60

0 comments on commit 8878a08

Please sign in to comment.