Skip to content

use older ubuntu b/c sporadic lint errors #79

use older ubuntu b/c sporadic lint errors

use older ubuntu b/c sporadic lint errors #79

Workflow file for this run

name: test
on: [push]
jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Test with the Go CLI
run: make test