Skip to content

Commit

Permalink
ci: Bump golang-ci lint action version
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Jul 4, 2024
1 parent f77dfdd commit ae2a80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/step_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
paths:
- "website/**"
branches: [main]
pull_request:
branches: [main]

jobs:
build-docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step_tests-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
go-version: 1.21.x

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1

0 comments on commit ae2a80a

Please sign in to comment.