Skip to content

Commit ff00252

Browse files
committed
chore(deps): Bump golangci-lint to 2.9.0
1 parent d1e0baa commit ff00252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCI_LINT_VER
234234
env:
235-
GOLANGCI_LINT_VER: v2.2.2
235+
GOLANGCI_LINT_VER: v2.9.0
236236
- name: Lint
237237
shell: bash
238238
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCI_LINT_VER
216216
env:
217-
GOLANGCI_LINT_VER: v2.2.2
217+
GOLANGCI_LINT_VER: v2.9.0
218218
- name: Lint
219219
shell: bash
220220
run: |

0 commit comments

Comments
 (0)