Skip to content

Commit 6a793b6

Browse files
authored
Merge pull request #29 from kolyshkin/golangci-24
ci: bump golangci-lint to v2.4.x
2 parents 05139c1 + e3d0cf8 commit 6a793b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
go-version: "${{ env.GO_VERSION }}"
3333
- uses: golangci/golangci-lint-action@v8
3434
with:
35-
version: v2.1
35+
version: v2.4
3636
# Extra linters, only checking new code from a pull request.
3737
- name: lint-extra
3838
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)