Skip to content

Commit 971739f

Browse files
authored
Merge pull request #4754 from kolyshkin/1.3-4747
[1.3] ci: bump golangci-lint to v2.1
2 parents b2397e6 + 6923754 commit 971739f

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
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt -qy install libseccomp-dev
4141
- uses: golangci/golangci-lint-action@v7
4242
with:
43-
version: v2.0
43+
version: v2.1
4444
# Extra linters, only checking new code from a pull request.
4545
- name: lint-extra
4646
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)