Skip to content

Commit 2f939c0

Browse files
committed
Update golangci-lint to v2.3.0
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent edbbc7a commit 2f939c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: golangci-lint
6161
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
6262
with:
63-
version: v2.1.1
63+
version: v2.3.0
6464
working-directory: ${{matrix.working-directory}}
6565

6666
golangci-lint: # aggregate the results of the matrix job. This we can depend on in the branch protection rule.

internal/forked/testing/flock/flock_other.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !linux && !darwin && !freebsd && !openbsd && !netbsd && !dragonfly
12
// +build !linux,!darwin,!freebsd,!openbsd,!netbsd,!dragonfly
23

34
/*

0 commit comments

Comments
 (0)