Skip to content

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.9.0 in /tools in the tools group #3967

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.9.0 in /tools in the tools group

Bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.9.0 in /tools in the tools group #3967

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- 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