Skip to content

docs: update license #9

docs: update license

docs: update license #9

Workflow file for this run

name: Go Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: "**/*.sum"
- name: Build
run: go build -v ./...