Skip to content

Fixed CI GoReleaser step: (#61) #95

Fixed CI GoReleaser step: (#61)

Fixed CI GoReleaser step: (#61) #95

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22
- run: make test