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

Merge pull request #26 from kohbis/dependabot/github_actions/goreleas… #30

Merge pull request #26 from kohbis/dependabot/github_actions/goreleas…

Merge pull request #26 from kohbis/dependabot/github_actions/goreleas… #30

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@v2
with:
go-version: 1.19
- name: Test
run: go test -v ./...