Skip to content

Update unit tests and endpoint functions #1543

Update unit tests and endpoint functions

Update unit tests and endpoint functions #1543

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1