Skip to content

fix: Fixed client singleton and building up HTTP connections #22

fix: Fixed client singleton and building up HTTP connections

fix: Fixed client singleton and building up HTTP connections #22

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
cache: false
- name: Run golangci-lint
uses: golangci/[email protected]