Skip to content

thema: Fix backwards compatibility checking bugs #2

thema: Fix backwards compatibility checking bugs

thema: Fix backwards compatibility checking bugs #2

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test -v ./...