Skip to content

Fix BaseURL autofilling of the protocol #7

Fix BaseURL autofilling of the protocol

Fix BaseURL autofilling of the protocol #7

Workflow file for this run

name: Go CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run Go tests
run: go test ./... -v