mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-08 10:04:09 +00:00
Merge pull request #7339 from prometheus-operator/dependabot/github_actions/golangci/golangci-lint-action-6.4.0
build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.0
This commit is contained in:
commit
7deab71d6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yaml
vendored
2
.github/workflows/checks.yaml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
- name: go.mod
|
||||
run: make tidy && git diff --exit-code
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6.3.2
|
||||
uses: golangci/golangci-lint-action@v6.4.0
|
||||
with:
|
||||
version: v1.63.4
|
||||
args: --timeout 10m0s --go '${{ env.golang-version }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue