Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Merge pull request #28 from kohbis/dependabot/github_actions/actions/… #31

Merge pull request #28 from kohbis/dependabot/github_actions/actions/…

Merge pull request #28 from kohbis/dependabot/github_actions/actions/… #31

Workflow file for this run

---
name: CI
on: push
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Test
run: go test -v ./...