Skip to content

Fix deprecated workflows #21

Fix deprecated workflows

Fix deprecated workflows #21

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
- name: Test
run: go test -v ./...