1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 19:49:46 +00:00

Merge pull request from prometheus-operator/dependabot/github_actions/golangci/golangci-lint-action-6.5.1

build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
This commit is contained in:
github-actions[bot] 2025-03-13 12:55:17 +00:00 committed by GitHub
commit 5eb6568d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ jobs:
- name: go.mod
run: make tidy && git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.5.0
uses: golangci/golangci-lint-action@v6.5.1
with:
version: v1.64.5
args: --timeout 10m0s --go '${{ env.golang-version }}'