Skip to content

Commit 5cbaab2

Browse files
committed
.github/workflows: bump golangci-lint to 2.6.1.
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent cd22e31 commit 5cbaab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
go-version: 1.x # latest
1919
- uses: actions/checkout@v4
20-
- uses: golangci/golangci-lint-action@v6
20+
- uses: golangci/golangci-lint-action@v8
2121
with:
22-
version: v1.61
22+
version: v2.6.1
2323

2424
commit:
2525
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)