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:
4
.github/workflows/actionlint.yml
vendored
4
.github/workflows/actionlint.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/checks.yaml
vendored
4
.github/workflows/checks.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user