mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #6300 from prometheus-operator/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
build(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
This commit is contained in:
commit
8ee993a0db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yaml
vendored
2
.github/workflows/checks.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: go.mod
|
||||
run: make tidy && git diff --exit-code
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3.7.1
|
||||
uses: golangci/golangci-lint-action@v4.0.0
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: --timeout 10m0s --go ${{ env.golang-version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue