Skip to content

Commit b5af2cd

Browse files
committed
ci: bump golangci-lint to v2.1
(The current v2.1 release is v2.1.5 as of today). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 96bb2b0 commit b5af2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
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)