Skip to content

Upgraded to Go 1.21, etc #30

Upgraded to Go 1.21, etc

Upgraded to Go 1.21, etc #30

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...