Skip to content

fix client-side flags override issue #209

fix client-side flags override issue

fix client-side flags override issue #209

Workflow file for this run

name: Golang CI Lint
# This workflow will run the golangci-lint analysis
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Get tags to allow the build script to get a build version
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Setup Version
run: make version
- name: golangci-lint
uses: golangci/golangci-lint-action@v9