Skip to content

[5.14] Bumping version from 5.14.12 to 5.14.15 #4784

[5.14] Bumping version from 5.14.12 to 5.14.15

[5.14] Bumping version from 5.14.12 to 5.14.15 #4784

Workflow file for this run

name: golangci-lint
on: [push, pull_request, workflow_dispatch]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: run lint
id: run-build
run: make lint || exit 1