Skip to content

Commit ddee53f

Browse files
committed
ci: bump golangci-lint to v2.5
This is a squashed backport of commits c1958d8, 1c2810b, 9e0f989, and 2aea861, bumping golangci-lint-action and golangci-lint to latest versions (as of today). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent d9b040f commit ddee53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: |
4040
sudo apt -q update
4141
sudo apt -qy install libseccomp-dev
42-
- uses: golangci/golangci-lint-action@v7
42+
- uses: golangci/golangci-lint-action@v8
4343
with:
44-
version: v2.1
44+
version: v2.5
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)