Skip to content

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools #2276

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools #2276

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Install an old cluster, upgrade it and check it
uses: ./gh-actions/upgrade-e2e
- name: Post Mortem
if: failure()
uses: ./gh-actions/post-mortem