Skip to content

Commit ffe5586

Browse files
committed
Upgrade to golangci/golangci-lint-action@v6
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 908b04b commit ffe5586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: false # see actions/setup-go#368
3939

4040
- uses: actions/checkout@v4
41-
- uses: golangci/golangci-lint-action@v3
41+
- uses: golangci/golangci-lint-action@v6
4242
with:
4343
version: v1.52.2
4444
skip-cache: true

0 commit comments

Comments
 (0)