Skip to content

Commit

Permalink
ci: fix linter in release/v28.x.y
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 9, 2025
1 parent 08b0f21 commit c70fdac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Lint
on:
pull_request:
push:
paths-ignore:
- "**.md"
branches:
- main
- release/*
Expand All @@ -26,9 +24,10 @@ jobs:
go-version-file: go.mod
cache: false

- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
version: v1.60.3
install-mode: goinstall
args: --timeout 10m
github-token: ${{ secrets.github_token }}
skip-save-cache: true

0 comments on commit c70fdac

Please sign in to comment.