Skip to content

feat: print version when start operator #821

feat: print version when start operator

feat: print version when start operator #821

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
paths-ignore:
- "*.md"
- "charts/**"
- "config/**"
pull_request:
branches:
- main
- release/**
paths-ignore:
- "*.md"
- "charts/**"
- "config/**"
jobs:
lint:
name: Run on Ubuntu
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.24'
- name: Run linter
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.5