Skip to content

feat: upgrade the CLI to use the Go API client version 4 #777

feat: upgrade the CLI to use the Go API client version 4

feat: upgrade the CLI to use the Go API client version 4 #777

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4