Skip to content

Commit

Permalink
Merge pull request oasisprotocol#1384 from oasisprotocol/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/golangci/golangci-lint-action-3.5.0

ci: bump golangci/golangci-lint-action from 3.3.1 to 3.5.0
  • Loading branch information
kostko authored Jun 5, 2023
2 parents bce8460 + a0ccf5f commit 15189f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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@v3.3.1
uses: golangci/golangci-lint-action@v3.5.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.51.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.20.x'

- name: Lint Go client-sdk
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3.5.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.51.2
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
go-version: '1.19.x' # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite.

- name: Lint E2E tests
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3.5.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.51.2
Expand All @@ -119,7 +119,7 @@ jobs:
go-version: '1.20.x'

- name: Lint reflect-go
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3.5.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.51.2
Expand Down

0 comments on commit 15189f0

Please sign in to comment.