Skip to content

Commit d754fda

Browse files
authored
Merge pull request #4852 from kolyshkin/golangci-24x
ci: bump golangci-lint to v2.4.x
2 parents 37c6f6d + 9e0f989 commit d754fda

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
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt -qy install libseccomp-dev
4242
- uses: golangci/golangci-lint-action@v8
4343
with:
44-
version: v2.3
44+
version: v2.4
4545
# Extra linters, only checking new code from a pull request.
4646
- name: lint-extra
4747
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)