1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

chore: Update golangci-lint to v1.63.4 (#7250)

* update golangci-lint to v1.63.4

Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
dongjiang
2025-01-09 18:21:33 +08:00
committed by GitHub
parent cbcf1c041f
commit 6cfb80cfbb
10 changed files with 170 additions and 138 deletions

View File

@@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.4/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash
shell: bash

View File

@@ -94,8 +94,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.62.2
args: --timeout 10m0s --go ${{ env.golang-version }}
version: v1.63.4
args: --timeout 10m0s --go '${{ env.golang-version }}'
check-metrics:
runs-on: ubuntu-latest