Skip to content

Commit d619c6b

Browse files
committed
chore: Bump golangci-lint to v2.1.6
Signed-off-by: Steffen Vogel <[email protected]>
1 parent abf98c8 commit d619c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
check-latest: true
3838

3939
- name: Lint
40-
# TODO: golangci-lint v1.54 is currently broken on Windows?
40+
# TODO: golangci-lint is currently broken on Windows?
4141
if: matrix.os != 'windows-latest'
4242
uses: golangci/golangci-lint-action@v8
4343
with:
44-
version: v2.0.2
44+
version: v2.1.6
4545

4646
- name: Set up gotestfmt
4747
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest

0 commit comments

Comments
 (0)