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

Merge pull request #27 from kohbis/dependabot/github_actions/actions/… #32

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

Merge pull request #27 from kohbis/dependabot/github_actions/actions/… #32

Workflow file for this run

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