Skip to content

Update golangci-lint to v2.6.2 #237

Update golangci-lint to v2.6.2

Update golangci-lint to v2.6.2 #237

Workflow file for this run

name: e2e
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
k8s:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Setup golang
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: Setup GitHub actions
run: sudo .github/github-actions-setup
- name: Run the e2e tests
run: make e2e