Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump golangci/golangci-lint-action from 5.1.0 to 6.0.1 #1754

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

# NOTE: "file exists" tar errors can be safely ignored, because go is already installed.
- name: Lint ${{ matrix.example }}
uses: golangci/golangci-lint-action@v5.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
# NOTE: The version must be specified without the patch version.
version: v1.54.2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
go-version: "1.22.x"

- name: Lint Go client-sdk
uses: golangci/golangci-lint-action@v5.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
# NOTE: The version must be specified without the patch version.
version: v1.54.2
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
go-version: "1.22.x"

- name: Lint E2E tests
uses: golangci/golangci-lint-action@v5.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
# NOTE: The version must be specified without the patch version.
version: v1.56.1
Expand All @@ -109,7 +109,7 @@ jobs:
go-version: "1.22.x"

- name: Lint reflect-go
uses: golangci/golangci-lint-action@v5.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
# NOTE: The version must be specified without the patch version.
version: v1.56.1
Expand Down