Skip to content

Send client version in user-agent (#63) #51

Send client version in user-agent (#63)

Send client version in user-agent (#63) #51

Workflow file for this run

name: Go Tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Get
run: go get ./...
- name: Build
run: go build ./...
- name: Run Tests
run: go test -v ./...