Skip to content

Commit d2d4357

Browse files
chore(deps): update dependency golangci/golangci-lint to v2
1 parent 5f5dc9e commit d2d4357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: golangci/golangci-lint-action@v6
2222
with:
2323
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24-
version: v1.64.8
24+
version: v2.11.3
2525
args: --timeout 10m
2626
go-unit-test:
2727
runs-on: ubuntu-latest

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: golangci/golangci-lint-action@v6
2020
with:
2121
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
22-
version: v1.57.2
22+
version: v2.11.3
2323
go-unit-test:
2424
runs-on: ubuntu-latest
2525
needs: [style-check]

0 commit comments

Comments
 (0)