Skip to content

Commit

Permalink
.github: bump golangci-lint to v1.58.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed Jun 6, 2024
1 parent 97e834b commit 4508eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
go: [1.20.x, 1.21.x, 1.22.3]
go: [1.22.3]
os: [ubuntu-22.04]

steps:
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.58.0

tests:
name: Tests
Expand Down

0 comments on commit 4508eec

Please sign in to comment.