Skip to content

Commit 747e186

Browse files
committed
chore: Bump golang-ci-lint to 2.2.2
1 parent d783673 commit 747e186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

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

.github/workflows/pr.yml

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

0 commit comments

Comments
 (0)