Skip to content

Commit 44ef958

Browse files
chore(deps): update golangci/golangci-lint-action action to v8
1 parent 41bf9af commit 44ef958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
go-version: '1.24'
1717
cache: false
1818
- name: golangci-lint-server
19-
uses: golangci/golangci-lint-action@v6
19+
uses: golangci/golangci-lint-action@v8
2020
with:
2121
version: v1.64
2222
working-directory: server
2323
args: --timeout=30m
2424
continue-on-error: ${{ github.ref == 'refs/heads/main' }}
2525
- name: golangci-lint-client
26-
uses: golangci/golangci-lint-action@v6
26+
uses: golangci/golangci-lint-action@v8
2727
with:
2828
version: v1.64
2929
working-directory: client

0 commit comments

Comments
 (0)