Skip to content

Commit cf61bf7

Browse files
ci: bump golangci/golangci-lint-action from 5.1.0 to 6.1.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 6.1.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5.1.0...v6.1.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ab9412 commit cf61bf7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
# NOTE: "file exists" tar errors can be safely ignored, because go is already installed.
105105
- name: Lint ${{ matrix.example }}
106-
uses: golangci/golangci-lint-action@v5.1.0
106+
uses: golangci/golangci-lint-action@v6.1.1
107107
with:
108108
# NOTE: The version must be specified without the patch version.
109109
version: v1.54.2

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
go-version: "1.22.x"
6969

7070
- name: Lint Go client-sdk
71-
uses: golangci/golangci-lint-action@v5.1.0
71+
uses: golangci/golangci-lint-action@v6.1.1
7272
with:
7373
# NOTE: The version must be specified without the patch version.
7474
version: v1.54.2
@@ -97,7 +97,7 @@ jobs:
9797
go-version: "1.22.x"
9898

9999
- name: Lint E2E tests
100-
uses: golangci/golangci-lint-action@v5.1.0
100+
uses: golangci/golangci-lint-action@v6.1.1
101101
with:
102102
# NOTE: The version must be specified without the patch version.
103103
version: v1.56.1
@@ -116,7 +116,7 @@ jobs:
116116
go-version: "1.22.x"
117117

118118
- name: Lint reflect-go
119-
uses: golangci/golangci-lint-action@v5.1.0
119+
uses: golangci/golangci-lint-action@v6.1.1
120120
with:
121121
# NOTE: The version must be specified without the patch version.
122122
version: v1.56.1

0 commit comments

Comments
 (0)