Skip to content

Don't modify the client gateway url struct in client methods #27

Don't modify the client gateway url struct in client methods

Don't modify the client gateway url struct in client methods #27

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
GO111MODULE: off
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: test
run: make test