Skip to content

Client API integration source tracking header: preserv prev User-Agen… #732

Client API integration source tracking header: preserv prev User-Agen…

Client API integration source tracking header: preserv prev User-Agen… #732

Workflow file for this run

name: Lint Go
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.26.3'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.11.3
skip-cache: true
skip-save-cache: true